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