C# 클래스 LibAPNG.StreamExtensions

파일 보기 프로젝트 열기: xupefei/APNG.NET

공개 메소드들

메소드 설명
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