C# 클래스 Gammtek.Conduit.IO.MemoryTributary

상속: Stream
파일 보기 프로젝트 열기: ME3Explorer/ME3Explorer

보호된 프로퍼티들

프로퍼티 타입 설명
BlockSize long
Blocks List

공개 메소드들

메소드 설명
Flush ( ) : void
MemoryTributary ( ) : System
MemoryTributary ( byte source ) : System
MemoryTributary ( int length ) : System
Read ( byte buffer, int offset, int count ) : int
ReadByte ( ) : int
ReadFrom ( Stream source, long length ) : void
Seek ( long offset, SeekOrigin origin ) : long
SetLength ( long value ) : void
ToArray ( ) : byte[]
Write ( byte buffer, int offset, int count ) : void
WriteByte ( byte value ) : void
WriteTo ( Stream destination ) : void

보호된 메소드들

메소드 설명
EnsureCapacity ( long intendedLength ) : void

비공개 메소드들

메소드 설명
InitStream ( byte source = null ) : void
InitStream ( int length ) : void

메소드 상세

EnsureCapacity() 보호된 메소드

protected EnsureCapacity ( long intendedLength ) : void
intendedLength long
리턴 void

Flush() 공개 메소드

public Flush ( ) : void
리턴 void

MemoryTributary() 공개 메소드

public MemoryTributary ( ) : System
리턴 System

MemoryTributary() 공개 메소드

public MemoryTributary ( byte source ) : System
source byte
리턴 System

MemoryTributary() 공개 메소드

public MemoryTributary ( int length ) : System
length int
리턴 System

Read() 공개 메소드

public Read ( byte buffer, int offset, int count ) : int
buffer byte
offset int
count int
리턴 int

ReadByte() 공개 메소드

public ReadByte ( ) : int
리턴 int

ReadFrom() 공개 메소드

public ReadFrom ( Stream source, long length ) : void
source Stream
length long
리턴 void

Seek() 공개 메소드

public Seek ( long offset, SeekOrigin origin ) : long
offset long
origin SeekOrigin
리턴 long

SetLength() 공개 메소드

public SetLength ( long value ) : void
value long
리턴 void

ToArray() 공개 메소드

public ToArray ( ) : byte[]
리턴 byte[]

Write() 공개 메소드

public Write ( byte buffer, int offset, int count ) : void
buffer byte
offset int
count int
리턴 void

WriteByte() 공개 메소드

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

WriteTo() 공개 메소드

public WriteTo ( Stream destination ) : void
destination Stream
리턴 void

프로퍼티 상세

BlockSize 보호되어 있는 프로퍼티

protected long BlockSize
리턴 long

Blocks 보호되어 있는 프로퍼티

protected List Blocks
리턴 List