Utility to present MemoryStreams as an InputStream.
More...
|
| ByteBufferInputStream (IList< MemoryStream > buffers) |
| Initializes a new instance of a ByteBufferInputStream.
|
|
override int | Read (byte[] b, int off, int len) |
|
override void | Flush () |
|
override long | Seek (long offset, SeekOrigin origin) |
|
override void | SetLength (long value) |
|
override void | Write (byte[] buffer, int offset, int count) |
|
|
override long | Length [get] |
| Throws a NotSupportedException.
|
|
override bool | CanRead [get] |
|
override bool | CanSeek [get] |
|
override bool | CanWrite [get] |
|
override long | Position [get, set] |
|
Utility to present MemoryStreams as an InputStream.
- See also
- ByteBufferOutputStream
◆ ByteBufferInputStream()
Avro.IO.ByteBufferInputStream.ByteBufferInputStream |
( |
IList< MemoryStream > |
buffers | ) |
|
|
inline |
Initializes a new instance of a ByteBufferInputStream.
- Parameters
-
◆ Length
override long Avro.IO.ByteBufferInputStream.Length |
|
get |
Throws a NotSupportedException.
- Exceptions
-
NotSupportedException | Always throws. |
The documentation for this class was generated from the following file:
- src/apache/main/IO/ByteBufferInputStream.cs