Class BrailloTableReader
- java.lang.Object
-
- org.daisy.dotify.devtools.converters.BrailloTableReader
-
public class BrailloTableReader extends Object
-
-
Constructor Summary
Constructors Constructor Description BrailloTableReader()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static voidmain(String[] args)voidreadTable(InputStream is)
-
-
-
Method Detail
-
readTable
public void readTable(InputStream is) throws IOException
- Throws:
IOException
-
main
public static void main(String[] args) throws IOException
- Throws:
IOException
-
-