org.apgrid.grpc.ng
Interface NgDataInputStream

All Known Implementing Classes:
XDRInputStream

public interface NgDataInputStream


Method Summary
 void close()
           
 int readBytes(byte[] buffer, int offset, int length)
           
 int readInt()
           
 java.lang.String readString()
           
 

Method Detail

readBytes

public int readBytes(byte[] buffer,
                     int offset,
                     int length)
              throws GrpcException
Parameters:
buffer -
offset -
length -
Returns:
Throws:
GrpcException

readInt

public int readInt()
            throws GrpcException
Returns:
Throws:
GrpcException

readString

public java.lang.String readString()
                            throws GrpcException
Returns:
Throws:
GrpcException

close

public void close()