C# Class BitMiracle.LibTiff.Classic.Enc28591

Afficher le fichier Open project: Core-Techs/TiffLibrary

Méthodes publiques

Méthode Description
GetByteCount ( String s ) : int
GetByteCount ( char chars ) : int
GetByteCount ( char chars, int index, int count ) : int
GetBytes ( char chars ) : byte[]
GetBytes ( char chars, int index, int count ) : byte[]
GetBytes ( string s ) : byte[]
GetBytes ( char chars, int charIndex, int charCount, byte bytes, int byteIndex ) : int
GetBytes ( string s, int charIndex, int charCount, byte bytes, int byteIndex ) : int
GetCharCount ( byte bytes ) : int
GetCharCount ( byte bytes, int index, int count ) : int
GetChars ( byte bytes ) : char[]
GetChars ( byte bytes, int index, int count ) : char[]
GetChars ( byte bytes, int byteIndex, int byteCount, char chars, int charIndex ) : int
GetString ( byte bytes ) : string
GetString ( byte bytes, int start, int count ) : string

Method Details

GetByteCount() public méthode

public GetByteCount ( String s ) : int
s String
Résultat int

GetByteCount() public méthode

public GetByteCount ( char chars ) : int
chars char
Résultat int

GetByteCount() public méthode

public GetByteCount ( char chars, int index, int count ) : int
chars char
index int
count int
Résultat int

GetBytes() public méthode

public GetBytes ( char chars ) : byte[]
chars char
Résultat byte[]

GetBytes() public méthode

public GetBytes ( char chars, int index, int count ) : byte[]
chars char
index int
count int
Résultat byte[]

GetBytes() public méthode

public GetBytes ( string s ) : byte[]
s string
Résultat byte[]

GetBytes() public méthode

public GetBytes ( char chars, int charIndex, int charCount, byte bytes, int byteIndex ) : int
chars char
charIndex int
charCount int
bytes byte
byteIndex int
Résultat int

GetBytes() public méthode

public GetBytes ( string s, int charIndex, int charCount, byte bytes, int byteIndex ) : int
s string
charIndex int
charCount int
bytes byte
byteIndex int
Résultat int

GetCharCount() public méthode

public GetCharCount ( byte bytes ) : int
bytes byte
Résultat int

GetCharCount() public méthode

public GetCharCount ( byte bytes, int index, int count ) : int
bytes byte
index int
count int
Résultat int

GetChars() public méthode

public GetChars ( byte bytes ) : char[]
bytes byte
Résultat char[]

GetChars() public méthode

public GetChars ( byte bytes, int index, int count ) : char[]
bytes byte
index int
count int
Résultat char[]

GetChars() public méthode

public GetChars ( byte bytes, int byteIndex, int byteCount, char chars, int charIndex ) : int
bytes byte
byteIndex int
byteCount int
chars char
charIndex int
Résultat int

GetString() public méthode

public GetString ( byte bytes ) : string
bytes byte
Résultat string

GetString() public méthode

public GetString ( byte bytes, int start, int count ) : string
bytes byte
start int
count int
Résultat string