Class ByteFragment

    • Field Detail

      • buf

        protected final byte[] buf
      • start

        protected final int start
      • len

        protected final int len
    • Constructor Detail

      • ByteFragment

        public ByteFragment​(byte[] buf,
                            int start,
                            int len)
    • Method Detail

      • asString

        public String asString()
      • asString

        public String asString​(boolean unescape)
      • isNull

        public boolean isNull()
      • isEmpty

        public boolean isEmpty()
      • isNaN

        public boolean isNaN()
      • getLen

        public int getLen()
      • unescape

        public byte[] unescape()
      • length

        public int length()
      • charAt

        public int charAt​(int i)
      • subseq

        public ByteFragment subseq​(int start,
                                   int len)