List of usage examples for org.apache.thrift.transport TNonblockingTransport read
public abstract int read(ByteBuffer buffer) throws IOException;
From source file:com.thinkaurelius.thrift.util.mem.Buffer.java
License:Apache License
public int readFrom(TNonblockingTransport transport) throws IOException { return transport.read(buffer); }