C# Class BitMiracle.LibTiff.Classic.Enc28591

Show file Open project: Core-Techs/TiffLibrary

Public Methods

Method 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 method

public GetByteCount ( String s ) : int
s String
return int

GetByteCount() public method

public GetByteCount ( char chars ) : int
chars char
return int

GetByteCount() public method

public GetByteCount ( char chars, int index, int count ) : int
chars char
index int
count int
return int

GetBytes() public method

public GetBytes ( char chars ) : byte[]
chars char
return byte[]

GetBytes() public method

public GetBytes ( char chars, int index, int count ) : byte[]
chars char
index int
count int
return byte[]

GetBytes() public method

public GetBytes ( string s ) : byte[]
s string
return byte[]

GetBytes() public method

public GetBytes ( char chars, int charIndex, int charCount, byte bytes, int byteIndex ) : int
chars char
charIndex int
charCount int
bytes byte
byteIndex int
return int

GetBytes() public method

public GetBytes ( string s, int charIndex, int charCount, byte bytes, int byteIndex ) : int
s string
charIndex int
charCount int
bytes byte
byteIndex int
return int

GetCharCount() public method

public GetCharCount ( byte bytes ) : int
bytes byte
return int

GetCharCount() public method

public GetCharCount ( byte bytes, int index, int count ) : int
bytes byte
index int
count int
return int

GetChars() public method

public GetChars ( byte bytes ) : char[]
bytes byte
return char[]

GetChars() public method

public GetChars ( byte bytes, int index, int count ) : char[]
bytes byte
index int
count int
return char[]

GetChars() public method

public GetChars ( byte bytes, int byteIndex, int byteCount, char chars, int charIndex ) : int
bytes byte
byteIndex int
byteCount int
chars char
charIndex int
return int

GetString() public method

public GetString ( byte bytes ) : string
bytes byte
return string

GetString() public method

public GetString ( byte bytes, int start, int count ) : string
bytes byte
start int
count int
return string