C# 클래스 AlbLib.XLD.XLDNavigator

상속: Stream, IDisposable
파일 보기 프로젝트 열기: IllidanS4/AlbLib 1 사용 예제들

공개 메소드들

메소드 설명
Close ( ) : void
Finish ( ) : void
Flush ( ) : void
GetSubfileLength ( short index ) : int
GoToSubfile ( short index ) : XLDNavigator
Read ( byte buffer, int offset, int count ) : int
ReadByte ( ) : int
ReadSubfile ( ) : XLDSubfile
ReadSubfile ( short index ) : XLDSubfile
ReadToIndex ( Stream stream, short index ) : XLDNavigator
ReadToIndex ( string file, short index ) : XLDNavigator
Seek ( long offset, SeekOrigin origin ) : long
SetLength ( long value ) : void
Write ( byte buffer, int offset, int count ) : void
WriteByte ( byte value ) : void
XLDNavigator ( Stream input ) : System
XLDNavigator ( string file ) : System

메소드 상세

Close() 공개 메소드

public Close ( ) : void
리턴 void

Finish() 공개 메소드

public Finish ( ) : void
리턴 void

Flush() 공개 메소드

public Flush ( ) : void
리턴 void

GetSubfileLength() 공개 메소드

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

GoToSubfile() 공개 메소드

public GoToSubfile ( short index ) : XLDNavigator
index short
리턴 XLDNavigator

Read() 공개 메소드

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

ReadByte() 공개 메소드

public ReadByte ( ) : int
리턴 int

ReadSubfile() 공개 메소드

public ReadSubfile ( ) : XLDSubfile
리턴 XLDSubfile

ReadSubfile() 공개 메소드

public ReadSubfile ( short index ) : XLDSubfile
index short
리턴 XLDSubfile

ReadToIndex() 공개 정적인 메소드

public static ReadToIndex ( Stream stream, short index ) : XLDNavigator
stream Stream
index short
리턴 XLDNavigator

ReadToIndex() 공개 정적인 메소드

public static ReadToIndex ( string file, short index ) : XLDNavigator
file string
index short
리턴 XLDNavigator

Seek() 공개 메소드

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

SetLength() 공개 메소드

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

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

XLDNavigator() 공개 메소드

public XLDNavigator ( Stream input ) : System
input Stream
리턴 System

XLDNavigator() 공개 메소드

public XLDNavigator ( string file ) : System
file string
리턴 System