Package com.google.common.geometry
Class InputStreams
- java.lang.Object
-
- com.google.common.geometry.InputStreams
-
@GwtCompatible final class InputStreams extends java.lang.Object
Utilities for handlingInputStream
s.
-
-
Constructor Summary
Constructors Constructor Description InputStreams()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description (package private) static byte
readByte(java.io.InputStream input)
Reads a byte frominput
.
-