System::IO::BufferedStream::BufferedStream constructor
Contents
[
Hide
]BufferedStream::BufferedStream(const SharedPtr<Stream>&) constructor
Constructs an BufferedStream object that wraps the specified stream and uses a 4096 bytes long buffer.
System::IO::BufferedStream::BufferedStream(const SharedPtr<Stream> &stream)
Parameter | Type | Description |
---|---|---|
stream | const SharedPtr<Stream>& | The underlying Stream object |
See Also
- Typedef SharedPtr
- Class Stream
- Class BufferedStream
- Namespace System::IO
- Library Aspose.Font for C++
BufferedStream::BufferedStream(const SharedPtr<Stream>&, int) constructor
Constructs an BufferedStream object that wraps the specified stream and uses a buffer of the specified size.
System::IO::BufferedStream::BufferedStream(const SharedPtr<Stream> &stream, int bufferSize)
Parameter | Type | Description |
---|---|---|
stream | const SharedPtr<Stream>& | The underlying Stream object |
bufferSize | int | The size of the buffer in bytes |
See Also
- Typedef SharedPtr
- Class Stream
- Class BufferedStream
- Namespace System::IO
- Library Aspose.Font for C++