FileStreamContainer Class |
Namespace: Aspose.CAD
The FileStreamContainer type exposes the following members.
Name | Description | |
---|---|---|
![]() | CanRead |
Gets a value indicating whether stream supports reading.
(Inherited from StreamContainer.) |
![]() | CanSeek |
Gets a value indicating whether stream supports seeking.
(Inherited from StreamContainer.) |
![]() | CanWrite |
Gets a value indicating whether stream supports writing.
(Inherited from StreamContainer.) |
![]() | Disposed |
Gets a value indicating whether this instance is disposed.
(Inherited from DisposableObject.) |
![]() | FilePath |
Gets the file path.
|
![]() | IsCreated |
Gets a value indicating whether stream was created explicitly.
|
![]() | IsStreamDisposedOnClose |
Gets a value indicating whether this stream is disposed on close.
(Inherited from StreamContainer.) |
![]() | IsTemporal |
Gets or sets a value indicating whether stream is temporal.
|
![]() | Length |
Gets or sets the stream length in bytes. This value is less than the Length by the starting stream position passed in the StreamContainer constructor.
(Inherited from StreamContainer.) |
![]() | Position |
Gets or sets the current position within the stream. This value represents offset from the starting stream position passed in the StreamContainer constructor.
(Inherited from StreamContainer.) |
![]() | Stream |
Gets the data stream.
(Inherited from StreamContainer.) |
![]() | SyncRoot |
Gets an object that can be used to synchronize access to the synchronized resource.
(Inherited from StreamContainer.) |
Name | Description | |
---|---|---|
![]() ![]() | CreateFileStream |
Creates a new file stream.
|
![]() | Dispose |
Disposes the current instance.
(Inherited from DisposableObject.) |
![]() | Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() | Flush |
Clears all buffers for this stream and causes any buffered data to be written to the underlying device.
(Inherited from StreamContainer.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the type of the current instance. (Inherited from Object.) |
![]() ![]() | OpenFileStream |
Opens an existing file stream. If file stream does not exist the appropriate exception is thrown.
|
![]() | Read(Byte) |
Reads bytes to fill the specified bytes buffer.
(Inherited from StreamContainer.) |
![]() | Read(Byte, Int32, Int32) |
Reads a sequence of bytes from the current stream and advances the position within the stream by the number of bytes read.
(Inherited from StreamContainer.) |
![]() | ReadByte |
Reads a byte from the stream and advances the position within the stream by one byte, or returns -1 if at the end of the stream.
(Inherited from StreamContainer.) |
![]() | Save(Stream) |
Saves (copies) the stream's data to the specified stream. Uses default buffer size ReadWriteBytesCount and stream Length value.
(Inherited from StreamContainer.) |
![]() | Save(String) |
Saves (copies) the stream's data to the specified stream. Uses default buffer size ReadWriteBytesCount and stream Length value.
(Inherited from StreamContainer.) |
![]() | Save(Stream, Int32) |
Saves (copies) all the stream's data to the specified stream. Uses stream Length value.
(Inherited from StreamContainer.) |
![]() | Save(String, Int32) |
Saves (copies) the stream's data to the specified stream. Uses stream Length value.
(Inherited from StreamContainer.) |
![]() | Save(Stream, Int32, Int64) |
Saves (copies) the stream's data to the specified stream.
(Inherited from StreamContainer.) |
![]() | Save(String, Int32, Int64) |
Saves (copies) the stream's data to the specified stream.
(Inherited from StreamContainer.) |
![]() | Seek |
Sets the position within the current stream.
(Inherited from StreamContainer.) |
![]() | SeekBegin |
Sets the stream position to the beginning of the stream. This value represents offset from the starting stream position passed in the StreamContainer constructor.
(Inherited from StreamContainer.) |
![]() | ToBytes |
Converts the stream data to the Byte array.
(Inherited from StreamContainer.) |
![]() | ToBytes(Int64, Int64) |
Converts the stream data to the Byte array.
(Inherited from StreamContainer.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
![]() | Write(Byte) |
Writes all of the specified bytes to the stream.
(Inherited from StreamContainer.) |
![]() | Write(Byte, Int32, Int32) |
Writes a sequence of bytes to the current stream and advances the current position within this stream by the number of bytes written.
(Inherited from StreamContainer.) |
![]() | WriteByte |
Writes a byte to the current position in the stream and advances the position within the stream by one byte.
(Inherited from StreamContainer.) |
![]() | WriteTo(StreamContainer) |
Copies the contained data to another StreamContainer.
(Inherited from StreamContainer.) |
![]() | WriteTo(StreamContainer, Int64) |
Copies the contained data to another StreamContainer.
(Inherited from StreamContainer.) |
Name | Description | |
---|---|---|
![]() ![]() | (FileStreamContainer to Stream) |
Performs an explicit conversion from FileStreamContainer to Stream.
|
![]() ![]() | (FileStreamContainer to FileStream) |
Performs an explicit conversion from FileStreamContainer to FileStream.
|