Show / Hide Table of Contents

    Interface IBuffer

    Represents a referenced array of bytes used by byte stream read and write interfaces. Buffer is the class implementation of this interface.

    Namespace: Windows.Storage.Streams
    Assembly: Windows.Storage.Streams.dll
    Syntax
    public interface IBuffer

    Properties

    | Improve this Doc View Source

    Capacity

    Gets the maximum number of bytes that the buffer can hold.

    Declaration
    uint Capacity { get; }
    Property Value
    Type Description
    UInt32

    The maximum number of bytes that the buffer can hold.

    | Improve this Doc View Source

    Length

    Gets the number of bytes currently in use in the buffer.

    Declaration
    uint Length { get; set; }
    Property Value
    Type Description
    UInt32

    The number of bytes currently in use in the buffer which is less than or equal to the capacity of the buffer.

    Extension Methods

    LogDispatcher.GetCurrentClassLogger(Object)
    • Improve this Doc
    • View Source
    Back to top Copyright © 2018 nanoFramework Contributors
    Generated by DocFX