Class ByteBufferInputStream

java.lang.Object
java.io.InputStream
org.wildfly.clustering.marshalling.ByteBufferInputStream
All Implemented Interfaces:
Closeable, AutoCloseable

public class ByteBufferInputStream extends InputStream
An input stream for reading a byte buffer.
Author:
Paul Ferraro
  • Constructor Details

    • ByteBufferInputStream

      public ByteBufferInputStream(ByteBuffer buffer)
      Constructs an input stream for reading a byte buffer.
      Parameters:
      buffer - a byte buffer
  • Method Details