C# 클래스 RemObjects.InternetPack.BoundIncomingStream

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

공개 메소드들

메소드 설명
BoundIncomingStream ( Connection connection, Int32 size ) : System
Close ( ) : void
Flush ( ) : void
Read ( Byte buffer, Int32 offset, Int32 count ) : Int32
Seek ( System.Int64 offset, SeekOrigin origin ) : System.Int64
SetLength ( System.Int64 length ) : void
Write ( Byte buffer, Int32 offset, Int32 count ) : void

메소드 상세

BoundIncomingStream() 공개 메소드

public BoundIncomingStream ( Connection connection, Int32 size ) : System
connection Connection
size System.Int32
리턴 System

Close() 공개 메소드

public Close ( ) : void
리턴 void

Flush() 공개 메소드

public Flush ( ) : void
리턴 void

Read() 공개 메소드

public Read ( Byte buffer, Int32 offset, Int32 count ) : Int32
buffer Byte
offset System.Int32
count System.Int32
리턴 System.Int32

Seek() 공개 메소드

public Seek ( System.Int64 offset, SeekOrigin origin ) : System.Int64
offset System.Int64
origin SeekOrigin
리턴 System.Int64

SetLength() 공개 메소드

public SetLength ( System.Int64 length ) : void
length System.Int64
리턴 void

Write() 공개 메소드

public Write ( Byte buffer, Int32 offset, Int32 count ) : void
buffer Byte
offset System.Int32
count System.Int32
리턴 void