- text(String) - Static method in class org.qi4j.io.Inputs
-
Read lines from a String.
- text(Reader) - Static method in class org.qi4j.io.Inputs
-
Read lines from a Reader.
- text(File) - Static method in class org.qi4j.io.Inputs
-
Read lines from a UTF-8 encoded textfile.
- text(File, String) - Static method in class org.qi4j.io.Inputs
-
Read lines from a textfile with the given encoding.
- text(URL) - Static method in class org.qi4j.io.Inputs
-
Read lines from a textfile at a given URL.
- text(File) - Static method in class org.qi4j.io.Outputs
-
Write lines to a text file with UTF-8 encoding.
- text(File, String) - Static method in class org.qi4j.io.Outputs
-
Write lines to a text file.
- text(Writer) - Static method in class org.qi4j.io.Outputs
-
Write lines to a Writer.
- text(StringBuilder) - Static method in class org.qi4j.io.Outputs
-
Write lines to a StringBuilder.
- transferTo(Output<? super T, ReceiverThrowableType>) - Method in interface org.qi4j.io.Input
-
- Transforms - Class in org.qi4j.io
-
Utility class for I/O transforms
- Transforms() - Constructor for class org.qi4j.io.Transforms
-
- Transforms.ByteBuffer2String - Class in org.qi4j.io
-
Convert ByteBuffers to Strings using the given CharSet
- Transforms.ByteBuffer2String(Charset) - Constructor for class org.qi4j.io.Transforms.ByteBuffer2String
-
- Transforms.Counter<T> - Class in org.qi4j.io
-
Count the number of items in the transfer.
- Transforms.Counter() - Constructor for class org.qi4j.io.Transforms.Counter
-
- Transforms.Log<T> - Class in org.qi4j.io
-
Log the toString() representation of transferred items to the given log.
- Transforms.Log(Logger, String) - Constructor for class org.qi4j.io.Transforms.Log
-
- Transforms.ObjectToString - Class in org.qi4j.io
-
Convert objects to Strings using .toString()
- Transforms.ObjectToString() - Constructor for class org.qi4j.io.Transforms.ObjectToString
-
- Transforms.ProgressLog<T> - Class in org.qi4j.io
-
Track progress of transfer by emitting a log message in given intervals.
- Transforms.ProgressLog(Logger, String, long) - Constructor for class org.qi4j.io.Transforms.ProgressLog
-
- Transforms.ProgressLog(long) - Constructor for class org.qi4j.io.Transforms.ProgressLog
-
- Transforms.String2Bytes - Class in org.qi4j.io
-
Convert strings to bytes using the given CharSet
- Transforms.String2Bytes(Charset) - Constructor for class org.qi4j.io.Transforms.String2Bytes
-