C# 클래스 YurikoCS.BinaryHelper

파일 보기 프로젝트 열기: ItalianDevs4PM/Yuriko-CS

공개 메소드들

메소드 설명
BinaryHelper ( MemoryStream stream ) : System
ReadByte ( ) : byte
ReadByte ( MemoryStream stream ) : byte
ReadByte ( MemoryStream stream, int index ) : byte
ReadByte ( int index ) : byte
ReadBytes ( MemoryStream stream, int size ) : byte[]
ReadBytes ( MemoryStream stream, int size, int index ) : byte[]
ReadBytes ( int size ) : byte[]
ReadBytes ( int size, int index ) : byte[]
ReadInt ( ) : int
ReadInt ( MemoryStream stream ) : int
ReadInt ( MemoryStream stream, int index ) : int
ReadInt ( int index ) : int
ReadLong ( ) : long
ReadLong ( MemoryStream stream ) : long
ReadLong ( MemoryStream stream, int index ) : long
ReadLong ( int index ) : long
ReadShort ( ) : short
ReadShort ( MemoryStream stream ) : short
ReadShort ( MemoryStream stream, int index ) : short
ReadShort ( int index ) : short
ReadString ( ) : string
ReadString ( MemoryStream stream ) : string
ReadString ( MemoryStream stream, int index ) : string
ReadString ( int index ) : string
ReadTriad ( ) : Triad
ReadTriad ( MemoryStream stream ) : Triad
ReadTriad ( MemoryStream stream, int index ) : Triad
ReadTriad ( int index ) : Triad
Reset ( MemoryStream stream ) : MemoryStream
Reset ( MemoryStream stream, byte data ) : MemoryStream
Reset ( ) : void
Reset ( byte data ) : void
WriteByte ( MemoryStream stream, byte b ) : void
WriteByte ( MemoryStream stream, byte b, int index ) : void
WriteByte ( byte b ) : void
WriteByte ( byte b, int index ) : void
WriteBytes ( MemoryStream stream, byte bs ) : void
WriteBytes ( MemoryStream stream, byte bs, int index ) : void
WriteBytes ( byte bs ) : void
WriteBytes ( byte bs, int index ) : void
WriteFloat ( MemoryStream stream, float f ) : void
WriteFloat ( MemoryStream stream, float f, int index ) : void
WriteFloat ( float f ) : void
WriteFloat ( float f, int index ) : void
WriteInt ( MemoryStream stream, int i ) : void
WriteInt ( MemoryStream stream, int i, int index ) : void
WriteInt ( int i ) : void
WriteInt ( int i, int index ) : void
WriteLong ( MemoryStream stream, long l ) : void
WriteLong ( MemoryStream stream, long l, int index ) : void
WriteLong ( long l ) : void
WriteLong ( long l, int index ) : void
WriteShort ( MemoryStream stream, short s ) : void
WriteShort ( MemoryStream stream, short s, int index ) : void
WriteShort ( short s ) : void
WriteShort ( short s, int index ) : void
WriteString ( MemoryStream stream, string s ) : void
WriteString ( MemoryStream stream, string s, int index ) : void
WriteString ( string s ) : void
WriteString ( string s, int index ) : void
WriteTriad ( MemoryStream stream, Triad t ) : void
WriteTriad ( MemoryStream stream, Triad t, int index ) : void
WriteTriad ( Triad t ) : void
WriteTriad ( Triad t, int index ) : void

메소드 상세

BinaryHelper() 공개 메소드

public BinaryHelper ( MemoryStream stream ) : System
stream System.IO.MemoryStream
리턴 System

ReadByte() 공개 메소드

public ReadByte ( ) : byte
리턴 byte

ReadByte() 공개 정적인 메소드

public static ReadByte ( MemoryStream stream ) : byte
stream System.IO.MemoryStream
리턴 byte

ReadByte() 공개 정적인 메소드

public static ReadByte ( MemoryStream stream, int index ) : byte
stream System.IO.MemoryStream
index int
리턴 byte

ReadByte() 공개 메소드

public ReadByte ( int index ) : byte
index int
리턴 byte

ReadBytes() 공개 정적인 메소드

public static ReadBytes ( MemoryStream stream, int size ) : byte[]
stream System.IO.MemoryStream
size int
리턴 byte[]

ReadBytes() 공개 정적인 메소드

public static ReadBytes ( MemoryStream stream, int size, int index ) : byte[]
stream System.IO.MemoryStream
size int
index int
리턴 byte[]

ReadBytes() 공개 메소드

public ReadBytes ( int size ) : byte[]
size int
리턴 byte[]

ReadBytes() 공개 메소드

public ReadBytes ( int size, int index ) : byte[]
size int
index int
리턴 byte[]

ReadInt() 공개 메소드

public ReadInt ( ) : int
리턴 int

ReadInt() 공개 정적인 메소드

public static ReadInt ( MemoryStream stream ) : int
stream System.IO.MemoryStream
리턴 int

ReadInt() 공개 정적인 메소드

public static ReadInt ( MemoryStream stream, int index ) : int
stream System.IO.MemoryStream
index int
리턴 int

ReadInt() 공개 메소드

public ReadInt ( int index ) : int
index int
리턴 int

ReadLong() 공개 메소드

public ReadLong ( ) : long
리턴 long

ReadLong() 공개 정적인 메소드

public static ReadLong ( MemoryStream stream ) : long
stream System.IO.MemoryStream
리턴 long

ReadLong() 공개 정적인 메소드

public static ReadLong ( MemoryStream stream, int index ) : long
stream System.IO.MemoryStream
index int
리턴 long

ReadLong() 공개 메소드

public ReadLong ( int index ) : long
index int
리턴 long

ReadShort() 공개 메소드

public ReadShort ( ) : short
리턴 short

ReadShort() 공개 정적인 메소드

public static ReadShort ( MemoryStream stream ) : short
stream System.IO.MemoryStream
리턴 short

ReadShort() 공개 정적인 메소드

public static ReadShort ( MemoryStream stream, int index ) : short
stream System.IO.MemoryStream
index int
리턴 short

ReadShort() 공개 메소드

public ReadShort ( int index ) : short
index int
리턴 short

ReadString() 공개 메소드

public ReadString ( ) : string
리턴 string

ReadString() 공개 정적인 메소드

public static ReadString ( MemoryStream stream ) : string
stream System.IO.MemoryStream
리턴 string

ReadString() 공개 정적인 메소드

public static ReadString ( MemoryStream stream, int index ) : string
stream System.IO.MemoryStream
index int
리턴 string

ReadString() 공개 메소드

public ReadString ( int index ) : string
index int
리턴 string

ReadTriad() 공개 메소드

public ReadTriad ( ) : Triad
리턴 Triad

ReadTriad() 공개 정적인 메소드

public static ReadTriad ( MemoryStream stream ) : Triad
stream System.IO.MemoryStream
리턴 Triad

ReadTriad() 공개 정적인 메소드

public static ReadTriad ( MemoryStream stream, int index ) : Triad
stream System.IO.MemoryStream
index int
리턴 Triad

ReadTriad() 공개 메소드

public ReadTriad ( int index ) : Triad
index int
리턴 Triad

Reset() 공개 정적인 메소드

public static Reset ( MemoryStream stream ) : MemoryStream
stream System.IO.MemoryStream
리턴 System.IO.MemoryStream

Reset() 공개 정적인 메소드

public static Reset ( MemoryStream stream, byte data ) : MemoryStream
stream System.IO.MemoryStream
data byte
리턴 System.IO.MemoryStream

Reset() 공개 메소드

public Reset ( ) : void
리턴 void

Reset() 공개 메소드

public Reset ( byte data ) : void
data byte
리턴 void

WriteByte() 공개 정적인 메소드

public static WriteByte ( MemoryStream stream, byte b ) : void
stream System.IO.MemoryStream
b byte
리턴 void

WriteByte() 공개 정적인 메소드

public static WriteByte ( MemoryStream stream, byte b, int index ) : void
stream System.IO.MemoryStream
b byte
index int
리턴 void

WriteByte() 공개 메소드

public WriteByte ( byte b ) : void
b byte
리턴 void

WriteByte() 공개 메소드

public WriteByte ( byte b, int index ) : void
b byte
index int
리턴 void

WriteBytes() 공개 정적인 메소드

public static WriteBytes ( MemoryStream stream, byte bs ) : void
stream System.IO.MemoryStream
bs byte
리턴 void

WriteBytes() 공개 정적인 메소드

public static WriteBytes ( MemoryStream stream, byte bs, int index ) : void
stream System.IO.MemoryStream
bs byte
index int
리턴 void

WriteBytes() 공개 메소드

public WriteBytes ( byte bs ) : void
bs byte
리턴 void

WriteBytes() 공개 메소드

public WriteBytes ( byte bs, int index ) : void
bs byte
index int
리턴 void

WriteFloat() 공개 정적인 메소드

public static WriteFloat ( MemoryStream stream, float f ) : void
stream MemoryStream
f float
리턴 void

WriteFloat() 공개 정적인 메소드

public static WriteFloat ( MemoryStream stream, float f, int index ) : void
stream MemoryStream
f float
index int
리턴 void

WriteFloat() 공개 메소드

public WriteFloat ( float f ) : void
f float
리턴 void

WriteFloat() 공개 메소드

public WriteFloat ( float f, int index ) : void
f float
index int
리턴 void

WriteInt() 공개 정적인 메소드

public static WriteInt ( MemoryStream stream, int i ) : void
stream MemoryStream
i int
리턴 void

WriteInt() 공개 정적인 메소드

public static WriteInt ( MemoryStream stream, int i, int index ) : void
stream MemoryStream
i int
index int
리턴 void

WriteInt() 공개 메소드

public WriteInt ( int i ) : void
i int
리턴 void

WriteInt() 공개 메소드

public WriteInt ( int i, int index ) : void
i int
index int
리턴 void

WriteLong() 공개 정적인 메소드

public static WriteLong ( MemoryStream stream, long l ) : void
stream MemoryStream
l long
리턴 void

WriteLong() 공개 정적인 메소드

public static WriteLong ( MemoryStream stream, long l, int index ) : void
stream MemoryStream
l long
index int
리턴 void

WriteLong() 공개 메소드

public WriteLong ( long l ) : void
l long
리턴 void

WriteLong() 공개 메소드

public WriteLong ( long l, int index ) : void
l long
index int
리턴 void

WriteShort() 공개 정적인 메소드

public static WriteShort ( MemoryStream stream, short s ) : void
stream MemoryStream
s short
리턴 void

WriteShort() 공개 정적인 메소드

public static WriteShort ( MemoryStream stream, short s, int index ) : void
stream MemoryStream
s short
index int
리턴 void

WriteShort() 공개 메소드

public WriteShort ( short s ) : void
s short
리턴 void

WriteShort() 공개 메소드

public WriteShort ( short s, int index ) : void
s short
index int
리턴 void

WriteString() 공개 정적인 메소드

public static WriteString ( MemoryStream stream, string s ) : void
stream MemoryStream
s string
리턴 void

WriteString() 공개 정적인 메소드

public static WriteString ( MemoryStream stream, string s, int index ) : void
stream MemoryStream
s string
index int
리턴 void

WriteString() 공개 메소드

public WriteString ( string s ) : void
s string
리턴 void

WriteString() 공개 메소드

public WriteString ( string s, int index ) : void
s string
index int
리턴 void

WriteTriad() 공개 정적인 메소드

public static WriteTriad ( MemoryStream stream, Triad t ) : void
stream MemoryStream
t Triad
리턴 void

WriteTriad() 공개 정적인 메소드

public static WriteTriad ( MemoryStream stream, Triad t, int index ) : void
stream MemoryStream
t Triad
index int
리턴 void

WriteTriad() 공개 메소드

public WriteTriad ( Triad t ) : void
t Triad
리턴 void

WriteTriad() 공개 메소드

public WriteTriad ( Triad t, int index ) : void
t Triad
index int
리턴 void