C# Class iTextSharp.text.pdf.RandomAccessFileOrArray

Afficher le fichier Open project: mapo80/iTextSharp-Monotouch Class Usage Examples

Méthodes publiques

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

Méthodes protégées

Méthode Description
InsureOpen ( ) : void

Method Details

Close() public méthode

public Close ( ) : void
Résultat void

InputStreamToArray() public static méthode

public static InputStreamToArray ( Stream isp ) : byte[]
isp Stream
Résultat byte[]

InsureOpen() protected méthode

protected InsureOpen ( ) : void
Résultat void

IsOpen() public méthode

public IsOpen ( ) : bool
Résultat bool

PushBack() public méthode

public PushBack ( byte b ) : void
b byte
Résultat void

RandomAccessFileOrArray() public méthode

public RandomAccessFileOrArray ( RandomAccessFileOrArray file ) : System
file RandomAccessFileOrArray
Résultat System

RandomAccessFileOrArray() public méthode

public RandomAccessFileOrArray ( Stream isp ) : System
isp Stream
Résultat System

RandomAccessFileOrArray() public méthode

public RandomAccessFileOrArray ( String filename ) : System
filename String
Résultat System

RandomAccessFileOrArray() public méthode

public RandomAccessFileOrArray ( String filename, bool forceRead ) : System
filename String
forceRead bool
Résultat System

RandomAccessFileOrArray() public méthode

public RandomAccessFileOrArray ( Uri url ) : System
url System.Uri
Résultat System

RandomAccessFileOrArray() public méthode

public RandomAccessFileOrArray ( byte arrayIn ) : System
arrayIn byte
Résultat System

ReOpen() public méthode

public ReOpen ( ) : void
Résultat void

Read() public méthode

public Read ( ) : int
Résultat int

Read() public méthode

public Read ( byte b ) : int
b byte
Résultat int

Read() public méthode

public Read ( byte b, int off, int len ) : int
b byte
off int
len int
Résultat int

ReadBoolean() public méthode

public ReadBoolean ( ) : bool
Résultat bool

ReadByte() public méthode

public ReadByte ( ) : byte
Résultat byte

ReadChar() public méthode

public ReadChar ( ) : char
Résultat char

ReadCharLE() public méthode

public ReadCharLE ( ) : char
Résultat char

ReadDouble() public méthode

public ReadDouble ( ) : double
Résultat double

ReadDoubleLE() public méthode

public ReadDoubleLE ( ) : double
Résultat double

ReadFloat() public méthode

public ReadFloat ( ) : float
Résultat float

ReadFloatLE() public méthode

public ReadFloatLE ( ) : float
Résultat float

ReadFully() public méthode

public ReadFully ( byte b ) : void
b byte
Résultat void

ReadFully() public méthode

public ReadFully ( byte b, int off, int len ) : void
b byte
off int
len int
Résultat void

ReadInt() public méthode

public ReadInt ( ) : int
Résultat int

ReadIntLE() public méthode

public ReadIntLE ( ) : int
Résultat int

ReadLine() public méthode

public ReadLine ( ) : String
Résultat String

ReadLong() public méthode

public ReadLong ( ) : long
Résultat long

ReadLongLE() public méthode

public ReadLongLE ( ) : long
Résultat long

ReadShort() public méthode

public ReadShort ( ) : short
Résultat short

ReadShortLE() public méthode

public ReadShortLE ( ) : short
Résultat short

ReadUnsignedByte() public méthode

public ReadUnsignedByte ( ) : int
Résultat int

ReadUnsignedInt() public méthode

public ReadUnsignedInt ( ) : long
Résultat long

ReadUnsignedIntLE() public méthode

public ReadUnsignedIntLE ( ) : long
Résultat long

ReadUnsignedShort() public méthode

public ReadUnsignedShort ( ) : int
Résultat int

ReadUnsignedShortLE() public méthode

public ReadUnsignedShortLE ( ) : int
Résultat int

Seek() public méthode

public Seek ( int pos ) : void
pos int
Résultat void

Seek() public méthode

public Seek ( long pos ) : void
pos long
Résultat void

Skip() public méthode

public Skip ( long n ) : long
n long
Résultat long

SkipBytes() public méthode

public SkipBytes ( long n ) : long
n long
Résultat long