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

Method readUTF

CodenameOne/src/com/codename1/io/Util.java:1662–1667  ·  view source on GitHub ↗
(DataInputStream d)

Source from the content-addressed store, hash-verified

1660 ///
1661 /// - `java.io.IOException`
1662 public static String readUTF(DataInputStream d) throws IOException {
1663 if (d.readBoolean()) {
1664 return d.readUTF();
1665 }
1666 return null;
1667 }
1668
1669 /// The read fully method from data input stream is very useful for all types of
1670 /// streams...

Callers 2

internalizeMethod · 0.95
internalizeMethod · 0.95

Calls 2

readBooleanMethod · 0.65
readUTFMethod · 0.65

Tested by

no test coverage detected