MCPcopy Create free account
hub / github.com/codenameone/CodenameOne / readBoolean

Method readBoolean

vm/JavaAPI/src/java/io/DataInput.java:34–34  ·  view source on GitHub ↗

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.

()

Source from the content-addressed store, hash-verified

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.

Callers 15

internalizeMethod · 0.65
readObjectMethod · 0.65
readUTFMethod · 0.65
readCommandMethod · 0.65
readCommandsMethod · 0.65
createComponentMethod · 0.65
readTimelineMethod · 0.65
createImageMethod · 0.65
loadFontMethod · 0.65
loadThemeMethod · 0.65
createBorderMethod · 0.65

Implementers 2

DataInputStreamPorts/CLDC11/src/java/io/DataInputStre
DataInputStreamvm/JavaAPI/src/java/io/DataInputStream

Calls

no outgoing calls

Tested by

no test coverage detected