Searched defs:byteAt (Results 1 – 9 of 9) 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
148 public byte byteAt(int index) in byteAt() method in ByteBuffer
136 public int byteAt(int i) { in byteAt() method in ByteArrayBuffer
53 public byte byteAt(final int index) { in byteAt() method in ByteStringMicro
345 @Test public void byteAt() throws Exception { in byteAt() method in BufferTest
112 public int byteAt(int index) { return bytecode[index] & 0xff; } in byteAt() method in CodeIterator