corda/classpath/java/io
Joel Dice a8645b6b2d fix BufferedInputStream.read regression
In commit 7fffba2, I had modified BufferedInputStream.read to keep
reading until in.available() <= 0 or an EOF was reached, but neglected
to update the offset into the destination buffer after each read.
This caused the previously-read data to be overwritten.  This commit
fixes that regression.
2011-02-08 18:56:25 -07:00
..
BufferedInputStream.java fix BufferedInputStream.read regression 2011-02-08 18:56:25 -07:00
BufferedOutputStream.java prepend copyright notice and license to all source files; add license.txt and readme.txt 2008-02-19 11:06:52 -07:00
BufferedReader.java fix various bugs in BufferedReader.readLine 2008-07-15 08:59:00 -06:00
BufferedWriter.java prepend copyright notice and license to all source files; add license.txt and readme.txt 2008-02-19 11:06:52 -07:00
ByteArrayInputStream.java add additional methods and fields to class library 2008-03-20 18:40:18 -06:00
ByteArrayOutputStream.java implement ByteArrayOutputStream.reset 2008-09-26 15:29:38 -06:00
EOFException.java prepend copyright notice and license to all source files; add license.txt and readme.txt 2008-02-19 11:06:52 -07:00
Externalizable.java Additional of several interfaces which can be used in serialization 2010-05-10 10:17:06 -06:00
File.java update copyright years 2010-12-05 20:21:09 -07:00
FileDescriptor.java prepend copyright notice and license to all source files; add license.txt and readme.txt 2008-02-19 11:06:52 -07:00
FileInputStream.java update copyright years 2010-12-05 20:21:09 -07:00
FilenameFilter.java add FilenameFilter interface 2008-07-13 18:24:23 -06:00
FileNotFoundException.java prepend copyright notice and license to all source files; add license.txt and readme.txt 2008-02-19 11:06:52 -07:00
FileOutputStream.java update copyright years 2010-12-05 20:21:09 -07:00
FileReader.java prepend copyright notice and license to all source files; add license.txt and readme.txt 2008-02-19 11:06:52 -07:00
FileWriter.java prepend copyright notice and license to all source files; add license.txt and readme.txt 2008-02-19 11:06:52 -07:00
InputStream.java Stylistic tweaks 2008-07-13 21:54:07 -06:00
InputStreamReader.java update copyright years 2010-12-05 20:21:09 -07:00
IOException.java prepend copyright notice and license to all source files; add license.txt and readme.txt 2008-02-19 11:06:52 -07:00
LineNumberReader.java prepend copyright notice and license to all source files; add license.txt and readme.txt 2008-02-19 11:06:52 -07:00
NotSerializableException.java prepend copyright notice and license to all source files; add license.txt and readme.txt 2008-02-19 11:06:52 -07:00
ObjectInput.java Additional of several interfaces which can be used in serialization 2010-05-10 10:17:06 -06:00
ObjectInputStream.java update copyright years 2010-12-05 20:21:09 -07:00
ObjectOutput.java Additional of several interfaces which can be used in serialization 2010-05-10 10:17:06 -06:00
ObjectOutputStream.java update copyright years 2010-12-05 20:21:09 -07:00
ObjectStreamException.java prepend copyright notice and license to all source files; add license.txt and readme.txt 2008-02-19 11:06:52 -07:00
OutputStream.java prepend copyright notice and license to all source files; add license.txt and readme.txt 2008-02-19 11:06:52 -07:00
OutputStreamWriter.java update copyright years 2010-12-05 20:21:09 -07:00
PrintStream.java add PrintStream.print[ln] overloads for primitives and char arrays 2011-01-20 08:26:56 -07:00
PrintWriter.java prepend copyright notice and license to all source files; add license.txt and readme.txt 2008-02-19 11:06:52 -07:00
PushbackReader.java Stylistic tweaks 2008-07-13 21:54:07 -06:00
RandomAccessFile.java add copyright headers 2008-10-03 14:57:40 -06:00
Reader.java add Reader.mark/markSupported/reset 2011-01-20 09:34:46 -07:00
Serializable.java prepend copyright notice and license to all source files; add license.txt and readme.txt 2008-02-19 11:06:52 -07:00
StreamCorruptedException.java prepend copyright notice and license to all source files; add license.txt and readme.txt 2008-02-19 11:06:52 -07:00
StringReader.java prepend copyright notice and license to all source files; add license.txt and readme.txt 2008-02-19 11:06:52 -07:00
StringWriter.java prepend copyright notice and license to all source files; add license.txt and readme.txt 2008-02-19 11:06:52 -07:00
UnsupportedEncodingException.java prepend copyright notice and license to all source files; add license.txt and readme.txt 2008-02-19 11:06:52 -07:00
Writer.java update copyright years 2009-12-02 19:08:29 -07:00