C# Class LibAPNG.StreamExtensions

ファイルを表示 Open project: xupefei/APNG.NET

Public Methods

Method Description
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

Method Details

PeekBytes() public static method

public static PeekBytes ( this ms, int position, int count ) : byte[]
ms this
position int
count int
return byte[]

PeekChar() public static method

public static PeekChar ( this ms ) : char
ms this
return char

PeekChar() public static method

public static PeekChar ( this ms, int position ) : char
ms this
position int
return char

PeekInt16() public static method

public static PeekInt16 ( this ms ) : Int16
ms this
return System.Int16

PeekInt16() public static method

public static PeekInt16 ( this ms, int position ) : Int16
ms this
position int
return System.Int16

PeekInt32() public static method

public static PeekInt32 ( this ms ) : Int32
ms this
return System.Int32

PeekInt32() public static method

public static PeekInt32 ( this ms, int position ) : Int32
ms this
position int
return System.Int32

PeekInt64() public static method

public static PeekInt64 ( this ms ) : System.Int64
ms this
return System.Int64

PeekInt64() public static method

public static PeekInt64 ( this ms, int position ) : System.Int64
ms this
position int
return System.Int64

PeekUInt16() public static method

public static PeekUInt16 ( this ms ) : UInt16
ms this
return System.UInt16

PeekUInt16() public static method

public static PeekUInt16 ( this ms, int position ) : UInt16
ms this
position int
return System.UInt16

PeekUInt32() public static method

public static PeekUInt32 ( this ms ) : UInt32
ms this
return System.UInt32

PeekUInt32() public static method

public static PeekUInt32 ( this ms, int position ) : UInt32
ms this
position int
return System.UInt32

PeekUInt64() public static method

public static PeekUInt64 ( this ms ) : System.UInt64
ms this
return System.UInt64

PeekUInt64() public static method

public static PeekUInt64 ( this ms, int position ) : System.UInt64
ms this
position int
return System.UInt64

ReadBytes() public static method

public static ReadBytes ( this ms, int count ) : byte[]
ms this
count int
return byte[]

ReadChar() public static method

public static ReadChar ( this ms ) : char
ms this
return char

ReadInt16() public static method

public static ReadInt16 ( this ms ) : Int16
ms this
return System.Int16

ReadInt32() public static method

public static ReadInt32 ( this ms ) : Int32
ms this
return System.Int32

ReadInt64() public static method

public static ReadInt64 ( this ms ) : System.Int64
ms this
return System.Int64

ReadUInt16() public static method

public static ReadUInt16 ( this ms ) : UInt16
ms this
return System.UInt16

ReadUInt32() public static method

public static ReadUInt32 ( this ms ) : UInt32
ms this
return System.UInt32

ReadUInt64() public static method

public static ReadUInt64 ( this ms ) : System.UInt64
ms this
return System.UInt64

WriteByte() public static method

public static WriteByte ( this ms, int position, byte value ) : void
ms this
position int
value byte
return void

WriteBytes() public static method

public static WriteBytes ( this ms, byte value ) : void
ms this
value byte
return void

WriteBytes() public static method

public static WriteBytes ( this ms, int position, byte value ) : void
ms this
position int
value byte
return void

WriteInt16() public static method

public static WriteInt16 ( this ms, Int16 value ) : void
ms this
value System.Int16
return void

WriteInt16() public static method

public static WriteInt16 ( this ms, int position, Int16 value ) : void
ms this
position int
value System.Int16
return void

WriteInt32() public static method

public static WriteInt32 ( this ms, Int32 value ) : void
ms this
value System.Int32
return void

WriteInt32() public static method

public static WriteInt32 ( this ms, int position, Int32 value ) : void
ms this
position int
value System.Int32
return void

WriteInt64() public static method

public static WriteInt64 ( this ms, System.Int64 value ) : void
ms this
value System.Int64
return void

WriteInt64() public static method

public static WriteInt64 ( this ms, int position, System.Int64 value ) : void
ms this
position int
value System.Int64
return void

WriteUInt16() public static method

public static WriteUInt16 ( this ms, UInt16 value ) : void
ms this
value System.UInt16
return void

WriteUInt16() public static method

public static WriteUInt16 ( this ms, int position, UInt16 value ) : void
ms this
position int
value System.UInt16
return void

WriteUInt32() public static method

public static WriteUInt32 ( this ms, UInt32 value ) : void
ms this
value System.UInt32
return void

WriteUInt32() public static method

public static WriteUInt32 ( this ms, int position, UInt32 value ) : void
ms this
position int
value System.UInt32
return void

WriteUInt64() public static method

public static WriteUInt64 ( this ms, System.UInt64 value ) : void
ms this
value System.UInt64
return void

WriteUInt64() public static method

public static WriteUInt64 ( this ms, int position, System.UInt64 value ) : void
ms this
position int
value System.UInt64
return void