Constructor and Description |
---|
HexCodec()
Creates a new instance that outputs lowercase hex characters and supports decoding in either case.
|
HexCodec(boolean uppercaseOutput)
Creates a new instance that optionally outputs uppercase hex characters and supports decoding in either case.
|
Modifier and Type | Method and Description |
---|---|
Decoder |
getDecoder() |
Encoder |
getEncoder() |
Decoder |
newDecoder() |
Encoder |
newEncoder() |
public HexCodec()
public HexCodec(boolean uppercaseOutput)
uppercaseOutput
- True to output uppercase alphabetic characters, false for lowercase.public Encoder getEncoder()
getEncoder
in interface Codec
public Decoder getDecoder()
getDecoder
in interface Codec
public Encoder newEncoder()
newEncoder
in interface Codec
public Decoder newDecoder()
newDecoder
in interface Codec
Copyright © 2003-2024 Virginia Tech. All Rights Reserved.