Class InputStreams

java.lang.Object
com.google.common.geometry.InputStreams

@GwtCompatible final class InputStreams extends Object
Utilities for handling InputStreams.
  • Constructor Details

    • InputStreams

      InputStreams()
  • Method Details

    • readByte

      static byte readByte(InputStream input) throws IOException
      Reads a byte from input.
      Throws:
      IOException - if input.read() throws an IOException or returns -1 (EOF).