Class ByteArrayOutputStream
Inheritance
System.Object
    ByteArrayOutputStream
  Namespace: Lucene.Net.Support.IO
Assembly: Lucene.Net.dll
Syntax
public class ByteArrayOutputStream : MemoryStream
  Constructors
| Improve this Doc View SourceByteArrayOutputStream()
Declaration
public ByteArrayOutputStream()
  ByteArrayOutputStream(Int32)
Declaration
public ByteArrayOutputStream(int size)
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.Int32 | size | 
Methods
| Improve this Doc View SourceToString()
Declaration
public override string ToString()
  Returns
| Type | Description | 
|---|---|
| System.String |