Class AbstractNonStreamingHashFunction.ExposedByteArrayOutputStream

java.lang.Object
java.io.OutputStream
java.io.ByteArrayOutputStream
com.google.common.hash.AbstractNonStreamingHashFunction.ExposedByteArrayOutputStream
All Implemented Interfaces:
Closeable, Flushable, AutoCloseable
Enclosing class:
AbstractNonStreamingHashFunction

private static final class AbstractNonStreamingHashFunction.ExposedByteArrayOutputStream extends ByteArrayOutputStream
  • Constructor Details

    • ExposedByteArrayOutputStream

      ExposedByteArrayOutputStream(int expectedInputSize)
  • Method Details

    • write

      void write(ByteBuffer input)
    • byteArray

      byte[] byteArray()
    • length

      int length()