Class TranslatorStream
java.lang.Object
java.io.InputStream
com.webcodepro.applecommander.util.TranslatorStream
- All Implemented Interfaces:
Closeable
,AutoCloseable
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic TranslatorStream.Builder
builder
(InputStream sourceStream) int
read()
Methods inherited from class java.io.InputStream
available, close, mark, markSupported, nullInputStream, read, read, readAllBytes, readNBytes, readNBytes, reset, skip, skipNBytes, transferTo
-
Method Details
-
read
- Specified by:
read
in classInputStream
- Throws:
IOException
-
builder
-