| java.lang.Object com.db4o.io.IoAdapterWindow
IoAdapterWindow | public class IoAdapterWindow (Code) | | Bounded handle into an IoAdapter: Can only access a restricted area.
|
Method Summary | |
public void | disable() | public void | flush() | public int | length() | public int | read(int off, byte[] data) | public void | write(int off, byte[] data) |
IoAdapterWindow | public IoAdapterWindow(IoAdapter io, int blockOff, int len)(Code) | | Parameters: io - The delegate I/O adapter Parameters: blockOff - The block offset address into the I/O adapter that maps to the start index (0) of this window Parameters: len - The size of this window in bytes |
disable | public void disable()(Code) | | Disable IO Adapter Window
|
flush | public void flush()(Code) | | Flush IO Adapter Window
|
length | public int length()(Code) | | Size of this I/O adapter window in bytes. |
|
|