Show / Hide Table of Contents

    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 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
    • Improve this Doc
    • View Source
    Back to top Copyright © 2020 Licensed to the Apache Software Foundation (ASF)