Searched defs:bin (Results 1 – 9 of 9) sorted by relevance
178 public void writeBinary(byte[] bin) throws TException { in writeBinary()261 private byte[] bin = new byte[1]; field in TBinaryProtocol
123 public abstract void writeBinary(byte[] bin) throws TException; in writeBinary()
628 public void writeBinary(byte[] bin) throws TException { in writeBinary()
315 ByteBuffer bin = testClient.testBinary(ByteBuffer.wrap(data)); in main() local
344 public void writeBinary(ByteBuffer bin) throws TException { in writeBinary()
262 public void writeBinary(ByteBuffer bin) throws TException { in writeBinary()
361 public void writeBinary(ByteBuffer bin) throws TException { in writeBinary()
616 public void writeBinary(ByteBuffer bin) throws TException { in writeBinary()
659 val bin: ByteBuffer = ByteBuffer.wrap(testBinary(data)) in binaryTest() constant