Class ByteArrayOutputStream
Inheritance
System.Object
    System.IO.Stream
    System.IO.MemoryStream
    ByteArrayOutputStream
  Implements
System.IDisposable
  Inherited Members
      System.IO.MemoryStream.CopyToAsync(System.IO.Stream, System.Int32, System.Threading.CancellationToken)
    
    
      System.IO.MemoryStream.Dispose(System.Boolean)
    
    
      System.IO.MemoryStream.Flush()
    
    
      System.IO.MemoryStream.FlushAsync(System.Threading.CancellationToken)
    
    
      System.IO.MemoryStream.Read(System.Byte[], System.Int32, System.Int32)
    
    
      System.IO.MemoryStream.ReadAsync(System.Byte[], System.Int32, System.Int32, System.Threading.CancellationToken)
    
    
      System.IO.MemoryStream.ReadByte()
    
    
      System.IO.MemoryStream.Seek(System.Int64, System.IO.SeekOrigin)
    
    
      System.IO.MemoryStream.SetLength(System.Int64)
    
    
      System.IO.MemoryStream.ToArray()
    
    
      System.IO.MemoryStream.TryGetBuffer(System.ArraySegment<System.Byte>)
    
    
      System.IO.MemoryStream.Write(System.Byte[], System.Int32, System.Int32)
    
    
      System.IO.MemoryStream.WriteAsync(System.Byte[], System.Int32, System.Int32, System.Threading.CancellationToken)
    
    
      System.IO.MemoryStream.WriteByte(System.Byte)
    
    
      System.IO.MemoryStream.WriteTo(System.IO.Stream)
    
    
      System.IO.MemoryStream.CanRead
    
    
      System.IO.MemoryStream.CanSeek
    
    
      System.IO.MemoryStream.CanWrite
    
    
      System.IO.MemoryStream.Capacity
    
    
      System.IO.MemoryStream.Length
    
    
      System.IO.MemoryStream.Position
    
    
      System.IO.Stream.Null
    
    
      System.IO.Stream.CopyTo(System.IO.Stream)
    
    
      System.IO.Stream.CopyTo(System.IO.Stream, System.Int32)
    
    
      System.IO.Stream.CopyToAsync(System.IO.Stream)
    
    
      System.IO.Stream.CopyToAsync(System.IO.Stream, System.Int32)
    
    
      System.IO.Stream.Dispose()
    
    
      System.IO.Stream.FlushAsync()
    
    
      System.IO.Stream.ReadAsync(System.Byte[], System.Int32, System.Int32)
    
    
      System.IO.Stream.WriteAsync(System.Byte[], System.Int32, System.Int32)
    
    
      System.IO.Stream.CanTimeout
    
    
      System.IO.Stream.ReadTimeout
    
    
      System.IO.Stream.WriteTimeout
    
    
      System.Object.Equals(System.Object)
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.GetHashCode()
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
  Namespace: Lucene.Net.Support.IO
Assembly: Lucene.Net.dll
Syntax
public class ByteArrayOutputStream : MemoryStream, IDisposable
  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 | 
Overrides
System.Object.ToString()
  Implements
      System.IDisposable