C# Class iTextSharp.text.pdf.RandomAccessFileOrArray

ファイルを表示 Open project: mapo80/iTextSharp-Monotouch Class Usage Examples

Public Methods

Method Description
Close ( ) : void
InputStreamToArray ( Stream isp ) : byte[]
IsOpen ( ) : bool
PushBack ( byte b ) : void
RandomAccessFileOrArray ( RandomAccessFileOrArray file ) : System
RandomAccessFileOrArray ( Stream isp ) : System
RandomAccessFileOrArray ( String filename ) : System
RandomAccessFileOrArray ( String filename, bool forceRead ) : System
RandomAccessFileOrArray ( Uri url ) : System
RandomAccessFileOrArray ( byte arrayIn ) : System
ReOpen ( ) : void
Read ( ) : int
Read ( byte b ) : int
Read ( byte b, int off, int len ) : int
ReadBoolean ( ) : bool
ReadByte ( ) : byte
ReadChar ( ) : char
ReadCharLE ( ) : char
ReadDouble ( ) : double
ReadDoubleLE ( ) : double
ReadFloat ( ) : float
ReadFloatLE ( ) : float
ReadFully ( byte b ) : void
ReadFully ( byte b, int off, int len ) : void
ReadInt ( ) : int
ReadIntLE ( ) : int
ReadLine ( ) : String
ReadLong ( ) : long
ReadLongLE ( ) : long
ReadShort ( ) : short
ReadShortLE ( ) : short
ReadUnsignedByte ( ) : int
ReadUnsignedInt ( ) : long
ReadUnsignedIntLE ( ) : long
ReadUnsignedShort ( ) : int
ReadUnsignedShortLE ( ) : int
Seek ( int pos ) : void
Seek ( long pos ) : void
Skip ( long n ) : long
SkipBytes ( long n ) : long

Protected Methods

Method Description
InsureOpen ( ) : void

Method Details

Close() public method

public Close ( ) : void
return void

InputStreamToArray() public static method

public static InputStreamToArray ( Stream isp ) : byte[]
isp Stream
return byte[]

InsureOpen() protected method

protected InsureOpen ( ) : void
return void

IsOpen() public method

public IsOpen ( ) : bool
return bool

PushBack() public method

public PushBack ( byte b ) : void
b byte
return void

RandomAccessFileOrArray() public method

public RandomAccessFileOrArray ( RandomAccessFileOrArray file ) : System
file RandomAccessFileOrArray
return System

RandomAccessFileOrArray() public method

public RandomAccessFileOrArray ( Stream isp ) : System
isp Stream
return System

RandomAccessFileOrArray() public method

public RandomAccessFileOrArray ( String filename ) : System
filename String
return System

RandomAccessFileOrArray() public method

public RandomAccessFileOrArray ( String filename, bool forceRead ) : System
filename String
forceRead bool
return System

RandomAccessFileOrArray() public method

public RandomAccessFileOrArray ( Uri url ) : System
url System.Uri
return System

RandomAccessFileOrArray() public method

public RandomAccessFileOrArray ( byte arrayIn ) : System
arrayIn byte
return System

ReOpen() public method

public ReOpen ( ) : void
return void

Read() public method

public Read ( ) : int
return int

Read() public method

public Read ( byte b ) : int
b byte
return int

Read() public method

public Read ( byte b, int off, int len ) : int
b byte
off int
len int
return int

ReadBoolean() public method

public ReadBoolean ( ) : bool
return bool

ReadByte() public method

public ReadByte ( ) : byte
return byte

ReadChar() public method

public ReadChar ( ) : char
return char

ReadCharLE() public method

public ReadCharLE ( ) : char
return char

ReadDouble() public method

public ReadDouble ( ) : double
return double

ReadDoubleLE() public method

public ReadDoubleLE ( ) : double
return double

ReadFloat() public method

public ReadFloat ( ) : float
return float

ReadFloatLE() public method

public ReadFloatLE ( ) : float
return float

ReadFully() public method

public ReadFully ( byte b ) : void
b byte
return void

ReadFully() public method

public ReadFully ( byte b, int off, int len ) : void
b byte
off int
len int
return void

ReadInt() public method

public ReadInt ( ) : int
return int

ReadIntLE() public method

public ReadIntLE ( ) : int
return int

ReadLine() public method

public ReadLine ( ) : String
return String

ReadLong() public method

public ReadLong ( ) : long
return long

ReadLongLE() public method

public ReadLongLE ( ) : long
return long

ReadShort() public method

public ReadShort ( ) : short
return short

ReadShortLE() public method

public ReadShortLE ( ) : short
return short

ReadUnsignedByte() public method

public ReadUnsignedByte ( ) : int
return int

ReadUnsignedInt() public method

public ReadUnsignedInt ( ) : long
return long

ReadUnsignedIntLE() public method

public ReadUnsignedIntLE ( ) : long
return long

ReadUnsignedShort() public method

public ReadUnsignedShort ( ) : int
return int

ReadUnsignedShortLE() public method

public ReadUnsignedShortLE ( ) : int
return int

Seek() public method

public Seek ( int pos ) : void
pos int
return void

Seek() public method

public Seek ( long pos ) : void
pos long
return void

Skip() public method

public Skip ( long n ) : long
n long
return long

SkipBytes() public method

public SkipBytes ( long n ) : long
n long
return long