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

Inheritance: Stream
Afficher le fichier Open project: klightspeed/CloudPrintProxy

Méthodes publiques

Свойство Type Description
Packets List

Protected Properties

Свойство Type Description
stream Stream

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Method Details

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

Flush() public méthode

public Flush ( ) : void
Résultat void

LogInput() public static méthode

public static LogInput ( Exception ex ) : void
ex System.Exception
Résultat void

LogInput() public static méthode

public static LogInput ( byte data, int offset, int count ) : void
data byte
offset int
count int
Résultat void

LogOutput() public static méthode

public static LogOutput ( Exception ex ) : void
ex System.Exception
Résultat void

LogOutput() public static méthode

public static LogOutput ( byte data, int offset, int count ) : void
data byte
offset int
count int
Résultat void

LogPacket() public static méthode

public static LogPacket ( Exception ex, bool isoutput ) : void
ex System.Exception
isoutput bool
Résultat void

LogPacket() public static méthode

public static LogPacket ( byte data, int offset, int count, bool isoutput ) : void
data byte
offset int
count int
isoutput bool
Résultat void

LoggedStream() public méthode

public LoggedStream ( Stream stream ) : System
stream Stream
Résultat System

Read() public méthode

public Read ( byte buffer, int offset, int count ) : int
buffer byte
offset int
count int
Résultat int

Seek() public méthode

public Seek ( long offset, SeekOrigin origin ) : long
offset long
origin SeekOrigin
Résultat long

SetLength() public méthode

public SetLength ( long value ) : void
value long
Résultat void

Write() public méthode

public Write ( byte buffer, int offset, int count ) : void
buffer byte
offset int
count int
Résultat void

Property Details

Packets public_oe static_oe property

public static List Packets
Résultat List

stream protected_oe property

protected Stream stream
Résultat Stream