Searched defs:byteAt (Results 1 – 8 of 8) sorted by relevance
41 byte byteAt(int offset); in byteAt() method100 public byte byteAt(int offset) { in escapeBytes() method in TextFormatEscaper
79 public byte byteAt(int index) { in byteAt() method in NioByteString
159 public abstract byte byteAt(int index); in byteAt() method in ByteString1257 public byte byteAt(int index) { in byteAt() method in LiteralByteString1503 public byte byteAt(int index) { in byteAt() method in BoundedByteString
254 public byte byteAt(int index) { in byteAt() method in RopeByteString
136 public int byteAt(int i) { in byteAt() method in ByteArrayBuffer
148 public byte byteAt(int index) in byteAt() method in ByteBuffer
53 public byte byteAt(final int index) { in byteAt() method in ByteStringMicro
345 @Test public void byteAt() throws Exception { in byteAt() method in BufferTest