Lines Matching full:java
41 The input data can either be a Java input stream, or an array of bytes. The
43 most likely one first. For simplicity, you can also ask for a Java Reader that
61 ```java
87 Java, you use the `getName()` method:
89 ```java
112 ```java
131 If you want to get a Java String containing the converted data you can use the
134 ```java
143 ```java
149 To get a `java.io.Reader` to read the converted data, use the `getReader()` method:
151 ```java
169 `java.io.InputStream`.
175 ```java
190 ```java
217 ```java
239 ```java
271 ```java
289 ```java
306 ```java