| java.lang.Object com.db4o.foundation.network.BlockingByteChannel
BlockingByteChannel | class BlockingByteChannel (Code) | | Transport buffer for C/S mode to simulate a
socket connection in memory.
|
i_cache | protected byte[] i_cache(Code) | | |
i_closed | boolean i_closed(Code) | | |
i_readOffset | protected int i_readOffset(Code) | | |
i_writeOffset | protected int i_writeOffset(Code) | | |
BlockingByteChannel | public BlockingByteChannel(int timeout)(Code) | | |
available | protected int available()(Code) | | |
checkClosed | public void checkClosed()(Code) | | |
checkDiscardCache | protected void checkDiscardCache()(Code) | | |
makefit | protected void makefit(int length)(Code) | | |
setTimeout | public void setTimeout(int timeout)(Code) | | |
waitForAvailable | protected void waitForAvailable()(Code) | | |
|
|