C# Class Volante.Impl.BlobImpl.BlobStream

Inheritance: Stream
Afficher le fichier Open project: kjk/volante

Protected Properties

Свойство Type Description
curr BlobImpl
currPos long
first BlobImpl
offs int
pos long
size long

Méthodes publiques

Méthode Description
Close ( ) : void
Flush ( ) : void
Read ( byte buffer, int dst, int count ) : int
Seek ( long offset, SeekOrigin origin ) : long
SetLength ( long length ) : void
Write ( byte buffer, int src, int count ) : void

Méthodes protégées

Méthode Description
BlobStream ( BlobImpl first ) : System
SetPointer ( ) : void

Method Details

BlobStream() protected méthode

protected BlobStream ( BlobImpl first ) : System
first BlobImpl
Résultat System

Close() public méthode

public Close ( ) : void
Résultat void

Flush() public méthode

public Flush ( ) : void
Résultat void

Read() public méthode

public Read ( byte buffer, int dst, int count ) : int
buffer byte
dst 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 length ) : void
length long
Résultat void

SetPointer() protected méthode

protected SetPointer ( ) : void
Résultat void

Write() public méthode

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

Property Details

curr protected_oe property

protected BlobImpl,Volante.Impl curr
Résultat BlobImpl

currPos protected_oe property

protected long currPos
Résultat long

first protected_oe property

protected BlobImpl,Volante.Impl first
Résultat BlobImpl

offs protected_oe property

protected int offs
Résultat int

pos protected_oe property

protected long pos
Résultat long

size protected_oe property

protected long size
Résultat long