Class ByteBufferInputStream

java.lang.Object
java.io.InputStream
com.bea.wcp.diameter.util.ByteBufferInputStream
All Implemented Interfaces:
Closeable, AutoCloseable

public class ByteBufferInputStream extends InputStream
An input stream that reads from a byte buffer.
Author:
Copyright (c) 2019, Oracle and/or its affiliates. All rights reserved.
  • Constructor Details

    • ByteBufferInputStream

      public ByteBufferInputStream(ByteBuffer bb)
  • Method Details