Interface | Description |
---|---|
ClosedListener | |
DirectoryVisitor | |
FileVisitor | |
VisitFailed |
Class | Description |
---|---|
BufferedReader |
This class was based on, and modified from, the Apache Harmony java.io.BufferedReader class.
|
ByteArrayInputStream |
This class was based on, and modified from, the Apache Harmony java.io.ByteArrayInputStream class.
|
ByteArrayOutputStream |
This class was based on, and modified from, the Apache Harmony java.io.ByteArrayOutputStream class.
|
Directory | |
File | |
FileSystemDirectory | |
FileSystemFile | |
InputStream |
This class was based on, and modified from, the Apache Harmony java.io.InputStream class.
|
IOUtils | |
JavaIOUtils | |
JavaPaths | |
JSimpleInputStreamOnJavaStream | |
JSimpleIO | |
JSimpleOutputStreamOnJavaStream |
This class turns a java.io.OutputStream into a JSimple OutputStream.
|
MurmurHash3 |
MurmurHash3 is a modern, fast, well regarded non-cryptographic hashing algorithm.
|
OutputStream |
This class was based on, and modified from, the Apache Harmony java.io.OutputStream class.
|
Path |
A Path is an abstraction over file system-like data structures.
|
PathAttributes | |
Paths |
Created with IntelliJ IDEA.
|
Reader |
This class was based on, and modified from, the Apache Harmony java.io.Reader class.
|
SequenceInputStream |
This class was based on, and modified from, the Apache Harmony java.io.SequenceInputStream class.
|
StdIO |
The StdIO class can be used to write to stdout & stderr.
|
StringReader |
This class was based on, and modified from, the Apache Harmony java.io.StringReader class.
|
StringWriter |
This class was based on, and modified from, the Apache Harmony java.io.StringWriter class.
|
SubstreamInputStream | |
Utf8InputStreamReader |
This class was based on, and modified from, the Apache Harmony java.io.InputStreamWriter class.
|
Utf8OutputStreamWriter |
This class was based on, and modified from, the Apache Harmony java.io.OutputStreamWriter class.
|
Writer |
This class was based on, and modified from, the Apache Harmony java.io.Writer class.
|
Exception | Description |
---|---|
CharConversionException |
This is a platform independent class used to represent character conversion exceptions (e.g.
|
IOException |
This is a platform independent class used to represent I/O exceptions, taking the place of java.io.IOException in
JSimple based code.
|
PathNotFoundException |
This is a platform independent class used to represent file not found exceptions, taking the place of
java.io.FileNotFoundException in JSimple based code.
|