C# Class Curiosity.SPSS.Compression.DecompressedDataStream

Inheritance: Stream
Exibir arquivo Open project: siisltd/Curiosity.SPSS

Public Methods

Method Description
DecompressedDataStream ( Stream compressedDataStream, double bias, double systemMissing ) : System
Flush ( ) : void
Read ( Array buffer, int offset, int count ) : int
Seek ( long offset, SeekOrigin origin ) : long
SetLength ( long value ) : void
Write ( Array buffer, int offset, int count ) : void

Private Methods

Method Description
ParseNextInstructionSet ( ) : bool
PreserveBuffer ( ) : bool

Method Details

DecompressedDataStream() public method

public DecompressedDataStream ( Stream compressedDataStream, double bias, double systemMissing ) : System
compressedDataStream Stream
bias double
systemMissing double
return System

Flush() public method

public Flush ( ) : void
return void

Read() public method

public Read ( Array buffer, int offset, int count ) : int
buffer Array
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 ( Array buffer, int offset, int count ) : void
buffer Array
offset int
count int
return void