Show / Hide Table of Contents

    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 Source

    ByteArrayOutputStream()

    Declaration
    public ByteArrayOutputStream()
    | Improve this Doc View Source

    ByteArrayOutputStream(Int32)

    Declaration
    public ByteArrayOutputStream(int size)
    Parameters
    Type Name Description
    System.Int32 size

    Methods

    | Improve this Doc View Source

    ToString()

    Declaration
    public override string ToString()
    Returns
    Type Description
    System.String
    Overrides
    System.Object.ToString()

    Implements

    System.IDisposable

    Extension Methods

    Number.IsNumber(Object)
    StreamExtensions.Write(Stream, Char[])
    StreamExtensions.ReadChars(Stream, Int32)
    StreamExtensions.Write(Stream, Int32)
    StreamExtensions.ReadInt32(Stream)
    StreamExtensions.Write(Stream, Int64)
    StreamExtensions.ReadInt64(Stream)
    • Improve this Doc
    • View Source
    Back to top Copyright © 2019 Licensed to the Apache Software Foundation (ASF)