Searched defs:toByteArray (Results 1 – 3 of 3) sorted by relevance
216 public static byte[] toByteArray(InputStream input) throws IOException { in toByteArray() method in IOUtils234 public static byte[] toByteArray(Reader input) throws IOException { in toByteArray() method in IOUtils257 public static byte[] toByteArray(Reader input, String encoding) in toByteArray() method in IOUtils276 public static byte[] toByteArray(String input) throws IOException { in toByteArray() method in IOUtils
153 public byte[] toByteArray() { in toByteArray() method in Serializer
266 public synchronized byte[] toByteArray() { in toByteArray() method in ByteArrayOutputStream