|
| NullStream (void)=default |
| Constructs an NullStream instance. More...
|
|
boolean | CanRead (void) final |
|
boolean | CanWrite (void) final |
|
boolean | CanSeek (void) final |
|
size_t | GetLength (void) final |
|
void | SetLength (size_t length) final |
|
size_t | GetPosition (void) final |
|
void | SetPosition (size_t position) final |
|
void | Flush (void) final |
|
size_t | Seek (size_t offset, SeekOrigin origin) final |
|
size_t | Read (byte *pBuffer, size_t bufferSize, size_t offset, size_t count) final |
|
void | Write (const byte *pBuffer, size_t bufferSize, size_t offset, size_t count) final |
|
byte | ReadByte (void) final |
|
void | WriteByte (byte value) final |
|
| Stream (void) |
| Constructs an Stream instance. More...
|
|
| Stream (const Stream &arg)=delete |
| Copy constructor. More...
|
|
Stream & | operator= (const Stream &arg)=delete |
| Assignment operator. More...
|
|
virtual | ~Stream (void) |
| Destructs this instance and frees all resources. More...
|
|
virtual void | CopyTo (Stream &other) |
|
void | Dispose (void) |
|
void | Close (void) |
|
|
void | InternalDispose (void) final |
|
boolean | IsDisposed (void) |
|
void | CheckDisposed (void) |
|
◆ NullStream()
Arp::System::Commons::Io::NullStream::NullStream |
( |
void |
| ) |
|
|
default |
The documentation for this class was generated from the following file: