C# Class TSVCEO.CloudPrint.Proxy.XMPP.LoggedStream

Inheritance: Stream
Exibir arquivo Open project: klightspeed/CloudPrintProxy

Public Properties

Property Type Description
Packets List

Protected Properties

Property Type Description
stream Stream

Public Methods

Method Description
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

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Method Details

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

Flush() public method

public Flush ( ) : void
return void

LogInput() public static method

public static LogInput ( Exception ex ) : void
ex System.Exception
return void

LogInput() public static method

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

LogOutput() public static method

public static LogOutput ( Exception ex ) : void
ex System.Exception
return void

LogOutput() public static method

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

LogPacket() public static method

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

LogPacket() public static method

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

LoggedStream() public method

public LoggedStream ( Stream stream ) : System
stream Stream
return System

Read() public method

public Read ( byte buffer, int offset, int count ) : int
buffer byte
offset int
count int
return int

Seek() public method

public Seek ( long offset, SeekOrigin origin ) : long
offset long
origin SeekOrigin
return long

SetLength() public method

public SetLength ( long value ) : void
value long
return void

Write() public method

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

Property Details

Packets public_oe static_oe property

public static List Packets
return List

stream protected_oe property

protected Stream stream
return Stream