C# Class Sharpen.ByteArrayOutputStream

Inheritance: OutputStream
Show file Open project: oganix/NBoilerpipe Class Usage Examples

Public Methods

Method Description
ByteArrayOutputStream ( ) : System
ByteArrayOutputStream ( int bufferSize ) : System
Close ( ) : void
Size ( ) : long
ToByteArray ( ) : byte[]

Method Details

ByteArrayOutputStream() public method

public ByteArrayOutputStream ( ) : System
return System

ByteArrayOutputStream() public method

public ByteArrayOutputStream ( int bufferSize ) : System
bufferSize int
return System

Close() public method

public Close ( ) : void
return void

Size() public method

public Size ( ) : long
return long

ToByteArray() public method

public ToByteArray ( ) : byte[]
return byte[]