C# 클래스 TSVCEO.CloudPrint.Proxy.XMPP.LoggedStream

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

공개 프로퍼티들

프로퍼티 타입 설명
Packets List

보호된 프로퍼티들

프로퍼티 타입 설명
stream Stream

공개 메소드들

메소드 설명
Flush ( ) : void
LogInput ( Exception ex ) : void
LogInput ( byte data, int offset, int count ) : void
LogOutput ( Exception ex ) : void
LogOutput ( byte data, int offset, int count ) : void
LogPacket ( Exception ex, bool isoutput ) : void
LogPacket ( byte data, int offset, int count, bool isoutput ) : void
LoggedStream ( Stream stream ) : System
Read ( byte buffer, int offset, int count ) : int
Seek ( long offset, SeekOrigin origin ) : long
SetLength ( long value ) : void
Write ( byte buffer, int offset, int count ) : void

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

메소드 상세

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

Flush() 공개 메소드

public Flush ( ) : void
리턴 void

LogInput() 공개 정적인 메소드

public static LogInput ( Exception ex ) : void
ex System.Exception
리턴 void

LogInput() 공개 정적인 메소드

public static LogInput ( byte data, int offset, int count ) : void
data byte
offset int
count int
리턴 void

LogOutput() 공개 정적인 메소드

public static LogOutput ( Exception ex ) : void
ex System.Exception
리턴 void

LogOutput() 공개 정적인 메소드

public static LogOutput ( byte data, int offset, int count ) : void
data byte
offset int
count int
리턴 void

LogPacket() 공개 정적인 메소드

public static LogPacket ( Exception ex, bool isoutput ) : void
ex System.Exception
isoutput bool
리턴 void

LogPacket() 공개 정적인 메소드

public static LogPacket ( byte data, int offset, int count, bool isoutput ) : void
data byte
offset int
count int
isoutput bool
리턴 void

LoggedStream() 공개 메소드

public LoggedStream ( Stream stream ) : System
stream Stream
리턴 System

Read() 공개 메소드

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

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

프로퍼티 상세

Packets 공개적으로 정적으로 프로퍼티

public static List Packets
리턴 List

stream 보호되어 있는 프로퍼티

protected Stream stream
리턴 Stream