Reads one input byte and returns true if that byte is nonzero, false if that byte is zero. This method is suitable for reading the byte written by the writeBoolean method of interface DataOutput.
()
| 32 | * Reads one input byte and returns true if that byte is nonzero, false if that byte is zero. This method is suitable for reading the byte written by the writeBoolean method of interface DataOutput. |
| 33 | */ |
| 34 | public abstract boolean readBoolean() throws java.io.IOException; |
| 35 | |
| 36 | /** |
| 37 | * Reads and returns one input byte. The byte is treated as a signed value in the range -128 through 127, inclusive. This method is suitable for reading the byte written by the writeByte method of interface DataOutput. |
no outgoing calls
no test coverage detected