public interface BrailleConverter
| Modifier and Type | Method and Description |
|---|---|
Charset |
getPreferredCharset()
Gets the preferred charset for this braille format when reading/writing as text from/to file
|
boolean |
supportsEightDot()
Returns true if 8-dot braille is supported, false otherwise
|
String |
toBraille(String text)
Transcodes the given text string as braille.
|
String |
toText(String braille)
Transcodes the given braille into text.
|
String toBraille(String text)
text - the text to convertString toText(String braille)
braille - the braille to convertCharset getPreferredCharset()
boolean supportsEightDot()