C# Класс LibAPNG.StreamExtensions

Показать файл Открыть проект

Открытые методы

Метод Описание
PeekBytes ( this ms, int position, int count ) : byte[]
PeekChar ( this ms ) : char
PeekChar ( this ms, int position ) : char
PeekInt16 ( this ms ) : Int16
PeekInt16 ( this ms, int position ) : Int16
PeekInt32 ( this ms ) : Int32
PeekInt32 ( this ms, int position ) : Int32
PeekInt64 ( this ms ) : System.Int64
PeekInt64 ( this ms, int position ) : System.Int64
PeekUInt16 ( this ms ) : UInt16
PeekUInt16 ( this ms, int position ) : UInt16
PeekUInt32 ( this ms ) : UInt32
PeekUInt32 ( this ms, int position ) : UInt32
PeekUInt64 ( this ms ) : System.UInt64
PeekUInt64 ( this ms, int position ) : System.UInt64
ReadBytes ( this ms, int count ) : byte[]
ReadChar ( this ms ) : char
ReadInt16 ( this ms ) : Int16
ReadInt32 ( this ms ) : Int32
ReadInt64 ( this ms ) : System.Int64
ReadUInt16 ( this ms ) : UInt16
ReadUInt32 ( this ms ) : UInt32
ReadUInt64 ( this ms ) : System.UInt64
WriteByte ( this ms, int position, byte value ) : void
WriteBytes ( this ms, byte value ) : void
WriteBytes ( this ms, int position, byte value ) : void
WriteInt16 ( this ms, Int16 value ) : void
WriteInt16 ( this ms, int position, Int16 value ) : void
WriteInt32 ( this ms, Int32 value ) : void
WriteInt32 ( this ms, int position, Int32 value ) : void
WriteInt64 ( this ms, System.Int64 value ) : void
WriteInt64 ( this ms, int position, System.Int64 value ) : void
WriteUInt16 ( this ms, UInt16 value ) : void
WriteUInt16 ( this ms, int position, UInt16 value ) : void
WriteUInt32 ( this ms, UInt32 value ) : void
WriteUInt32 ( this ms, int position, UInt32 value ) : void
WriteUInt64 ( this ms, System.UInt64 value ) : void
WriteUInt64 ( this ms, int position, System.UInt64 value ) : void

Описание методов

PeekBytes() публичный статический Метод

public static PeekBytes ( this ms, int position, int count ) : byte[]
ms this
position int
count int
Результат byte[]

PeekChar() публичный статический Метод

public static PeekChar ( this ms ) : char
ms this
Результат char

PeekChar() публичный статический Метод

public static PeekChar ( this ms, int position ) : char
ms this
position int
Результат char

PeekInt16() публичный статический Метод

public static PeekInt16 ( this ms ) : Int16
ms this
Результат System.Int16

PeekInt16() публичный статический Метод

public static PeekInt16 ( this ms, int position ) : Int16
ms this
position int
Результат System.Int16

PeekInt32() публичный статический Метод

public static PeekInt32 ( this ms ) : Int32
ms this
Результат System.Int32

PeekInt32() публичный статический Метод

public static PeekInt32 ( this ms, int position ) : Int32
ms this
position int
Результат System.Int32

PeekInt64() публичный статический Метод

public static PeekInt64 ( this ms ) : System.Int64
ms this
Результат System.Int64

PeekInt64() публичный статический Метод

public static PeekInt64 ( this ms, int position ) : System.Int64
ms this
position int
Результат System.Int64

PeekUInt16() публичный статический Метод

public static PeekUInt16 ( this ms ) : UInt16
ms this
Результат System.UInt16

PeekUInt16() публичный статический Метод

public static PeekUInt16 ( this ms, int position ) : UInt16
ms this
position int
Результат System.UInt16

PeekUInt32() публичный статический Метод

public static PeekUInt32 ( this ms ) : UInt32
ms this
Результат System.UInt32

PeekUInt32() публичный статический Метод

public static PeekUInt32 ( this ms, int position ) : UInt32
ms this
position int
Результат System.UInt32

PeekUInt64() публичный статический Метод

public static PeekUInt64 ( this ms ) : System.UInt64
ms this
Результат System.UInt64

PeekUInt64() публичный статический Метод

public static PeekUInt64 ( this ms, int position ) : System.UInt64
ms this
position int
Результат System.UInt64

ReadBytes() публичный статический Метод

public static ReadBytes ( this ms, int count ) : byte[]
ms this
count int
Результат byte[]

ReadChar() публичный статический Метод

public static ReadChar ( this ms ) : char
ms this
Результат char

ReadInt16() публичный статический Метод

public static ReadInt16 ( this ms ) : Int16
ms this
Результат System.Int16

ReadInt32() публичный статический Метод

public static ReadInt32 ( this ms ) : Int32
ms this
Результат System.Int32

ReadInt64() публичный статический Метод

public static ReadInt64 ( this ms ) : System.Int64
ms this
Результат System.Int64

ReadUInt16() публичный статический Метод

public static ReadUInt16 ( this ms ) : UInt16
ms this
Результат System.UInt16

ReadUInt32() публичный статический Метод

public static ReadUInt32 ( this ms ) : UInt32
ms this
Результат System.UInt32

ReadUInt64() публичный статический Метод

public static ReadUInt64 ( this ms ) : System.UInt64
ms this
Результат System.UInt64

WriteByte() публичный статический Метод

public static WriteByte ( this ms, int position, byte value ) : void
ms this
position int
value byte
Результат void

WriteBytes() публичный статический Метод

public static WriteBytes ( this ms, byte value ) : void
ms this
value byte
Результат void

WriteBytes() публичный статический Метод

public static WriteBytes ( this ms, int position, byte value ) : void
ms this
position int
value byte
Результат void

WriteInt16() публичный статический Метод

public static WriteInt16 ( this ms, Int16 value ) : void
ms this
value System.Int16
Результат void

WriteInt16() публичный статический Метод

public static WriteInt16 ( this ms, int position, Int16 value ) : void
ms this
position int
value System.Int16
Результат void

WriteInt32() публичный статический Метод

public static WriteInt32 ( this ms, Int32 value ) : void
ms this
value System.Int32
Результат void

WriteInt32() публичный статический Метод

public static WriteInt32 ( this ms, int position, Int32 value ) : void
ms this
position int
value System.Int32
Результат void

WriteInt64() публичный статический Метод

public static WriteInt64 ( this ms, System.Int64 value ) : void
ms this
value System.Int64
Результат void

WriteInt64() публичный статический Метод

public static WriteInt64 ( this ms, int position, System.Int64 value ) : void
ms this
position int
value System.Int64
Результат void

WriteUInt16() публичный статический Метод

public static WriteUInt16 ( this ms, UInt16 value ) : void
ms this
value System.UInt16
Результат void

WriteUInt16() публичный статический Метод

public static WriteUInt16 ( this ms, int position, UInt16 value ) : void
ms this
position int
value System.UInt16
Результат void

WriteUInt32() публичный статический Метод

public static WriteUInt32 ( this ms, UInt32 value ) : void
ms this
value System.UInt32
Результат void

WriteUInt32() публичный статический Метод

public static WriteUInt32 ( this ms, int position, UInt32 value ) : void
ms this
position int
value System.UInt32
Результат void

WriteUInt64() публичный статический Метод

public static WriteUInt64 ( this ms, System.UInt64 value ) : void
ms this
value System.UInt64
Результат void

WriteUInt64() публичный статический Метод

public static WriteUInt64 ( this ms, int position, System.UInt64 value ) : void
ms this
position int
value System.UInt64
Результат void