Package com.google.common.geometry
Class InputStreams
java.lang.Object
com.google.common.geometry.InputStreams
Utilities for handling
InputStream
s.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) static byte
readByte
(InputStream input) Reads a byte frominput
.
-
Constructor Details
-
InputStreams
InputStreams()
-
-
Method Details
-
readByte
Reads a byte frominput
.- Throws:
IOException
- ifinput.read()
throws anIOException
or returns -1 (EOF).
-