C# 클래스 iTextSharp.text.pdf.RandomAccessFileOrArray

파일 보기 프로젝트 열기: mapo80/iTextSharp-Monotouch 1 사용 예제들

공개 메소드들

메소드 설명
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

보호된 메소드들

메소드 설명
InsureOpen ( ) : void

메소드 상세

Close() 공개 메소드

public Close ( ) : void
리턴 void

InputStreamToArray() 공개 정적인 메소드

public static InputStreamToArray ( Stream isp ) : byte[]
isp Stream
리턴 byte[]

InsureOpen() 보호된 메소드

protected InsureOpen ( ) : void
리턴 void

IsOpen() 공개 메소드

public IsOpen ( ) : bool
리턴 bool

PushBack() 공개 메소드

public PushBack ( byte b ) : void
b byte
리턴 void

RandomAccessFileOrArray() 공개 메소드

public RandomAccessFileOrArray ( RandomAccessFileOrArray file ) : System
file RandomAccessFileOrArray
리턴 System

RandomAccessFileOrArray() 공개 메소드

public RandomAccessFileOrArray ( Stream isp ) : System
isp Stream
리턴 System

RandomAccessFileOrArray() 공개 메소드

public RandomAccessFileOrArray ( String filename ) : System
filename String
리턴 System

RandomAccessFileOrArray() 공개 메소드

public RandomAccessFileOrArray ( String filename, bool forceRead ) : System
filename String
forceRead bool
리턴 System

RandomAccessFileOrArray() 공개 메소드

public RandomAccessFileOrArray ( Uri url ) : System
url System.Uri
리턴 System

RandomAccessFileOrArray() 공개 메소드

public RandomAccessFileOrArray ( byte arrayIn ) : System
arrayIn byte
리턴 System

ReOpen() 공개 메소드

public ReOpen ( ) : void
리턴 void

Read() 공개 메소드

public Read ( ) : int
리턴 int

Read() 공개 메소드

public Read ( byte b ) : int
b byte
리턴 int

Read() 공개 메소드

public Read ( byte b, int off, int len ) : int
b byte
off int
len int
리턴 int

ReadBoolean() 공개 메소드

public ReadBoolean ( ) : bool
리턴 bool

ReadByte() 공개 메소드

public ReadByte ( ) : byte
리턴 byte

ReadChar() 공개 메소드

public ReadChar ( ) : char
리턴 char

ReadCharLE() 공개 메소드

public ReadCharLE ( ) : char
리턴 char

ReadDouble() 공개 메소드

public ReadDouble ( ) : double
리턴 double

ReadDoubleLE() 공개 메소드

public ReadDoubleLE ( ) : double
리턴 double

ReadFloat() 공개 메소드

public ReadFloat ( ) : float
리턴 float

ReadFloatLE() 공개 메소드

public ReadFloatLE ( ) : float
리턴 float

ReadFully() 공개 메소드

public ReadFully ( byte b ) : void
b byte
리턴 void

ReadFully() 공개 메소드

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

ReadInt() 공개 메소드

public ReadInt ( ) : int
리턴 int

ReadIntLE() 공개 메소드

public ReadIntLE ( ) : int
리턴 int

ReadLine() 공개 메소드

public ReadLine ( ) : String
리턴 String

ReadLong() 공개 메소드

public ReadLong ( ) : long
리턴 long

ReadLongLE() 공개 메소드

public ReadLongLE ( ) : long
리턴 long

ReadShort() 공개 메소드

public ReadShort ( ) : short
리턴 short

ReadShortLE() 공개 메소드

public ReadShortLE ( ) : short
리턴 short

ReadUnsignedByte() 공개 메소드

public ReadUnsignedByte ( ) : int
리턴 int

ReadUnsignedInt() 공개 메소드

public ReadUnsignedInt ( ) : long
리턴 long

ReadUnsignedIntLE() 공개 메소드

public ReadUnsignedIntLE ( ) : long
리턴 long

ReadUnsignedShort() 공개 메소드

public ReadUnsignedShort ( ) : int
리턴 int

ReadUnsignedShortLE() 공개 메소드

public ReadUnsignedShortLE ( ) : int
리턴 int

Seek() 공개 메소드

public Seek ( int pos ) : void
pos int
리턴 void

Seek() 공개 메소드

public Seek ( long pos ) : void
pos long
리턴 void

Skip() 공개 메소드

public Skip ( long n ) : long
n long
리턴 long

SkipBytes() 공개 메소드

public SkipBytes ( long n ) : long
n long
리턴 long