| Package | Description | 
|---|---|
| org.apache.river.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 © 2016–2018. All rights reserved.