C# Класс CodeProject.ObjectPool.Specialized.PooledMemoryStream

Pooled object prepared to work with System.IO.MemoryStream instances.
Наследование: PooledObject
Показать файл Открыть проект

Открытые методы

Метод Описание
PooledMemoryStream ( int capacity ) : CodeProject.ObjectPool.Core

Builds a pooled memory stream.

ToString ( ) : string

Returns a string that represents the current object.

Защищенные методы

Метод Описание
OnReleaseResources ( ) : void

Releases the object's resources.

OnResetState ( ) : void

Reset the object state to allow this object to be re-used by other parts of the application.

Описание методов

OnReleaseResources() защищенный Метод

Releases the object's resources.
protected OnReleaseResources ( ) : void
Результат void

OnResetState() защищенный Метод

Reset the object state to allow this object to be re-used by other parts of the application.
protected OnResetState ( ) : void
Результат void

PooledMemoryStream() публичный Метод

Builds a pooled memory stream.
public PooledMemoryStream ( int capacity ) : CodeProject.ObjectPool.Core
capacity int The capacity of the backing stream.
Результат CodeProject.ObjectPool.Core

ToString() публичный Метод

Returns a string that represents the current object.
public ToString ( ) : string
Результат string