ByteArrayInputStream Class

Assembly
Db4objects.Db4o-2010.dll
Namespace
Sharpen.IO
Interfaces
Base Types
ByteArrayInputStream
Object

Syntax

public class ByteArrayInputStream : InputStream, IInputStream

Constructors

Fields

Name Constant Value Summary
_stream
Inherited from StreamAdaptor

Properties

Name Value Summary
UnderlyingStream Stream
Inherited from StreamAdaptor

Methods

Name Value Summary
Close() void
Inherited from StreamAdaptor
Read() int
Inherited from InputStream
Read(byte[], int, int) int
Inherited from InputStream
Read(byte[]) int
Inherited from InputStream