| java.lang.Object org.apache.harmony.xnet.provider.jsse.SSLEngineDataStream
SSLEngineDataStream | public class SSLEngineDataStream implements DataStream(Code) | | This class provides the DataStream functionality
implemented over the array of ByteBuffer instances.
Among with the data chunks read functionality
it provides the info about amount of consumed data.
The source ByteBuffer objects can be replaced by other.
So one instance of this wrapper can be reused for several
data sources.
|
SSLEngineDataStream | protected SSLEngineDataStream()(Code) | | |
available | public int available()(Code) | | |
consumed | protected int consumed()(Code) | | |
getData | public byte[] getData(int length)(Code) | | |
hasData | public boolean hasData()(Code) | | |
setSourceBuffers | protected void setSourceBuffers(ByteBuffer[] srcs, int offset, int length)(Code) | | |
|
|