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

Method readByte

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

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.

()

Source from the content-addressed store, hash-verified

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.
38 */
39 public abstract byte readByte() throws java.io.IOException;
40
41 /**
42 * Reads an input char and returns the char value. A Unicode char is made up of two bytes. Let a be the first byte read and b be the second byte. The value returned is:

Callers 15

internalizeMethod · 0.65
readObjectMethod · 0.65
readRenderererMethod · 0.65
openFileImplMethod · 0.65
createImageMethod · 0.65
loadFontMethod · 0.65
readRenderingHintMethod · 0.65
loadBitmapFontMethod · 0.65
readGradientMethod · 0.65
loadThemeMethod · 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