C# Class Portable.Text.CodeTable

Inheritance: IDisposable
Show file Open project: jstedfast/Portable.Text.Encoding

Public Methods

Method Description
CodeTable ( string name ) : System
Dispose ( ) : void
GetSection ( int num ) : byte[]

Method Details

CodeTable() public method

public CodeTable ( string name ) : System
name string
return System

Dispose() public method

public Dispose ( ) : void
return void

GetSection() public method

public GetSection ( int num ) : byte[]
num int
return byte[]