| Package | Description | 
|---|---|
| com.sun.jini.reliableLog | 
 Reliable log is used to store state in case of system crash
or reboot. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
int | 
LogInputStream.read()
Reads a byte of data. 
 | 
int | 
LogInputStream.read(byte[] b)
Reads data into an array of bytes. 
 | 
int | 
LogInputStream.read(byte[] b,
    int off,
    int len)
Reads data into an array of bytes. 
 | 
long | 
LogInputStream.skip(long n)
Skips n bytes of input. 
 | 
Copyright © GigaSpaces.