C# Class iTextSharp.text.io.RASInputStream

Inheritance: Stream
ファイルを表示 Open project: nonorganic/dssnet Class Usage Examples

Public Methods

Method Description
Flush ( ) : void
RASInputStream ( IRandomAccessSource source ) : System
Read ( byte buffer, int offset, int len ) : int
ReadByte ( ) : int
Seek ( long offset, SeekOrigin origin ) : long
SetLength ( long value ) : void
Write ( byte buffer, int offset, int count ) : void

Method Details

Flush() public method

public Flush ( ) : void
return void

RASInputStream() public method

public RASInputStream ( IRandomAccessSource source ) : System
source IRandomAccessSource
return System

Read() public method

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

ReadByte() public method

public ReadByte ( ) : 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