Global
Location
-
Reference:
- Go.dll .NET, .NET Standard 2.0
- Go.fx Island
- Namespace: go.encoding.base32
- Platforms: .NET, .NET Standard 2.0, Island
HexEncoding
// .NET, .NET Standard 2.0
class var HexEncoding: Memory<Encoding>;
// Island
class var HexEncoding: Memory<Encoding>;
// .NET, .NET Standard 2.0
static Memory<Encoding> HexEncoding
// Island
static Memory<Encoding> HexEncoding
NewDecoder
// .NET, .NET Standard 2.0
class method NewDecoder(enc: Memory<Encoding>; r: Reader): Reader
// Island
class method NewDecoder(enc: Memory<Encoding>; r: Reader): Reader
// .NET, .NET Standard 2.0
static Reader NewDecoder(Memory<Encoding> enc, Reader r)
// Island
static Reader NewDecoder(Memory<Encoding> enc, Reader r)
// .NET, .NET Standard 2.0
static func NewDecoder(_ enc: Memory<Encoding>, _ r: Reader) -> Reader
// Island
static func NewDecoder(_ enc: Memory<Encoding>, _ r: Reader) -> Reader
Parameters:
- enc:
- r:
NewEncoder
// .NET, .NET Standard 2.0
class method NewEncoder(enc: Memory<Encoding>; w: Writer): WriteCloser
// Island
class method NewEncoder(enc: Memory<Encoding>; w: Writer): WriteCloser
// .NET, .NET Standard 2.0
static WriteCloser NewEncoder(Memory<Encoding> enc, Writer w)
// Island
static WriteCloser NewEncoder(Memory<Encoding> enc, Writer w)
// .NET, .NET Standard 2.0
static func NewEncoder(_ enc: Memory<Encoding>, _ w: Writer) -> WriteCloser
// Island
static func NewEncoder(_ enc: Memory<Encoding>, _ w: Writer) -> WriteCloser
// .NET, .NET Standard 2.0
func NewEncoder(enc Memory<Encoding>, w Writer) WriteCloser
// Island
func NewEncoder(enc Memory<Encoding>, w Writer) WriteCloser
// .NET, .NET Standard 2.0
Shared Function NewEncoder(enc As Memory<Encoding>, w As Writer) As WriteCloser
// Island
Shared Function NewEncoder(enc As Memory<Encoding>, w As Writer) As WriteCloser
Parameters:
- enc:
- w:
NewEncoding
// .NET, .NET Standard 2.0
class method NewEncoding(encoder: string): Memory<Encoding>
// Island
class method NewEncoding(encoder: string): Memory<Encoding>
// .NET, .NET Standard 2.0
static Memory<Encoding> NewEncoding(string encoder)
// Island
static Memory<Encoding> NewEncoding(string encoder)
// .NET, .NET Standard 2.0
static func NewEncoding(_ encoder: string) -> Memory<Encoding>
// Island
static func NewEncoding(_ encoder: string) -> Memory<Encoding>
Parameters:
- encoder:
NoPadding
class var NoPadding: rune;
static rune NoPadding
static var NoPadding: rune
NoPadding rune
Shared FIELD NoPadding() As rune
StdEncoding
// .NET, .NET Standard 2.0
class var StdEncoding: Memory<Encoding>;
// Island
class var StdEncoding: Memory<Encoding>;
// .NET, .NET Standard 2.0
static Memory<Encoding> StdEncoding
// Island
static Memory<Encoding> StdEncoding
StdPadding
HexEncoding
// .NET, .NET Standard 2.0
class var HexEncoding: Memory<Encoding>;
// Island
class var HexEncoding: Memory<Encoding>;
// .NET, .NET Standard 2.0
static Memory<Encoding> HexEncoding
// Island
static Memory<Encoding> HexEncoding
NoPadding
class var NoPadding: rune;
static rune NoPadding
static var NoPadding: rune
NoPadding rune
Shared FIELD NoPadding() As rune
StdEncoding
// .NET, .NET Standard 2.0
class var StdEncoding: Memory<Encoding>;
// Island
class var StdEncoding: Memory<Encoding>;
// .NET, .NET Standard 2.0
static Memory<Encoding> StdEncoding
// Island
static Memory<Encoding> StdEncoding
StdPadding
NewDecoder
// .NET, .NET Standard 2.0
class method NewDecoder(enc: Memory<Encoding>; r: Reader): Reader
// Island
class method NewDecoder(enc: Memory<Encoding>; r: Reader): Reader
// .NET, .NET Standard 2.0
static Reader NewDecoder(Memory<Encoding> enc, Reader r)
// Island
static Reader NewDecoder(Memory<Encoding> enc, Reader r)
// .NET, .NET Standard 2.0
static func NewDecoder(_ enc: Memory<Encoding>, _ r: Reader) -> Reader
// Island
static func NewDecoder(_ enc: Memory<Encoding>, _ r: Reader) -> Reader
Parameters:
- enc:
- r:
NewEncoder
// .NET, .NET Standard 2.0
class method NewEncoder(enc: Memory<Encoding>; w: Writer): WriteCloser
// Island
class method NewEncoder(enc: Memory<Encoding>; w: Writer): WriteCloser
// .NET, .NET Standard 2.0
static WriteCloser NewEncoder(Memory<Encoding> enc, Writer w)
// Island
static WriteCloser NewEncoder(Memory<Encoding> enc, Writer w)
// .NET, .NET Standard 2.0
static func NewEncoder(_ enc: Memory<Encoding>, _ w: Writer) -> WriteCloser
// Island
static func NewEncoder(_ enc: Memory<Encoding>, _ w: Writer) -> WriteCloser
// .NET, .NET Standard 2.0
func NewEncoder(enc Memory<Encoding>, w Writer) WriteCloser
// Island
func NewEncoder(enc Memory<Encoding>, w Writer) WriteCloser
// .NET, .NET Standard 2.0
Shared Function NewEncoder(enc As Memory<Encoding>, w As Writer) As WriteCloser
// Island
Shared Function NewEncoder(enc As Memory<Encoding>, w As Writer) As WriteCloser
Parameters:
- enc:
- w:
NewEncoding
// .NET, .NET Standard 2.0
class method NewEncoding(encoder: string): Memory<Encoding>
// Island
class method NewEncoding(encoder: string): Memory<Encoding>
// .NET, .NET Standard 2.0
static Memory<Encoding> NewEncoding(string encoder)
// Island
static Memory<Encoding> NewEncoding(string encoder)
// .NET, .NET Standard 2.0
static func NewEncoding(_ encoder: string) -> Memory<Encoding>
// Island
static func NewEncoding(_ encoder: string) -> Memory<Encoding>
Parameters:
- encoder: