jdk/src/java.base/share/classes/java/io
Weijun Wang 9eb755e85e 8209901: Canonical file handling
Reviewed-by: mullan, alanb, ahgross
2019-04-22 13:01:57 +08:00
..
Bits.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
BufferedInputStream.java 8231186: Replace html tag <code>foo</code> with javadoc tag {@code foo} in java.base 2019-09-24 09:43:43 +01:00
BufferedOutputStream.java 8231186: Replace html tag <code>foo</code> with javadoc tag {@code foo} in java.base 2019-09-24 09:43:43 +01:00
BufferedReader.java 8229022: BufferedReader performance can be improved by using StringBuilder 2019-10-02 07:50:06 -07:00
BufferedWriter.java 8230648: Replace @exception tag with @throws in java.base 2019-09-20 11:07:52 +01:00
ByteArrayInputStream.java 8180451: ByteArrayInputStream should override readAllBytes, readNBytes, and transferTo 2018-03-23 10:09:45 -07:00
ByteArrayOutputStream.java 8223593: Refactor code for reallocating storage 2019-05-21 18:40:29 -07:00
CharArrayReader.java 8231186: Replace html tag <code>foo</code> with javadoc tag {@code foo} in java.base 2019-09-24 09:43:43 +01:00
CharArrayWriter.java 8230648: Replace @exception tag with @throws in java.base 2019-09-20 11:07:52 +01:00
CharConversionException.java 8229997: Apply java.io.Serial annotations in java.base 2019-08-29 16:31:34 -07:00
Closeable.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
Console.java 8215281: Use String.isEmpty() when applicable in java.base 2018-12-13 15:31:05 +01:00
DataInput.java 8230648: Replace @exception tag with @throws in java.base 2019-09-20 11:07:52 +01:00
DataInputStream.java 8231186: Replace html tag <code>foo</code> with javadoc tag {@code foo} in java.base 2019-09-24 09:43:43 +01:00
DataOutput.java 8231186: Replace html tag <code>foo</code> with javadoc tag {@code foo} in java.base 2019-09-24 09:43:43 +01:00
DataOutputStream.java 8231186: Replace html tag <code>foo</code> with javadoc tag {@code foo} in java.base 2019-09-24 09:43:43 +01:00
DeleteOnExitHook.java 8211122: Reduce the number of internal classes made accessible to jdk.unsupported 2018-11-06 10:01:16 -08:00
EOFException.java 8231186: Replace html tag <code>foo</code> with javadoc tag {@code foo} in java.base 2019-09-24 09:43:43 +01:00
ExpiringCache.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
Externalizable.java 8230648: Replace @exception tag with @throws in java.base 2019-09-20 11:07:52 +01:00
File.java 8231186: Replace html tag <code>foo</code> with javadoc tag {@code foo} in java.base 2019-09-24 09:43:43 +01:00
FileCleanable.java 8211122: Reduce the number of internal classes made accessible to jdk.unsupported 2018-11-06 10:01:16 -08:00
FileDescriptor.java 8230648: Replace @exception tag with @throws in java.base 2019-09-20 11:07:52 +01:00
FileFilter.java 8231186: Replace html tag <code>foo</code> with javadoc tag {@code foo} in java.base 2019-09-24 09:43:43 +01:00
FileInputStream.java 8231186: Replace html tag <code>foo</code> with javadoc tag {@code foo} in java.base 2019-09-24 09:43:43 +01:00
FilenameFilter.java 8231186: Replace html tag <code>foo</code> with javadoc tag {@code foo} in java.base 2019-09-24 09:43:43 +01:00
FileNotFoundException.java 8231186: Replace html tag <code>foo</code> with javadoc tag {@code foo} in java.base 2019-09-24 09:43:43 +01:00
FileOutputStream.java 8231186: Replace html tag <code>foo</code> with javadoc tag {@code foo} in java.base 2019-09-24 09:43:43 +01:00
FilePermission.java 8209901: Canonical file handling 2019-04-22 13:01:57 +08:00
FileReader.java 8230648: Replace @exception tag with @throws in java.base 2019-09-20 11:07:52 +01:00
FileSystem.java 8231186: Replace html tag <code>foo</code> with javadoc tag {@code foo} in java.base 2019-09-24 09:43:43 +01:00
FileWriter.java 8183554: Add constructors with Charset parameter for FileReader and FileWriter 2018-03-15 14:54:10 -07:00
FilterInputStream.java 8231186: Replace html tag <code>foo</code> with javadoc tag {@code foo} in java.base 2019-09-24 09:43:43 +01:00
FilterOutputStream.java 8231186: Replace html tag <code>foo</code> with javadoc tag {@code foo} in java.base 2019-09-24 09:43:43 +01:00
FilterReader.java 8231186: Replace html tag <code>foo</code> with javadoc tag {@code foo} in java.base 2019-09-24 09:43:43 +01:00
FilterWriter.java 8231186: Replace html tag <code>foo</code> with javadoc tag {@code foo} in java.base 2019-09-24 09:43:43 +01:00
Flushable.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
InputStream.java 8231186: Replace html tag <code>foo</code> with javadoc tag {@code foo} in java.base 2019-09-24 09:43:43 +01:00
InputStreamReader.java 8231186: Replace html tag <code>foo</code> with javadoc tag {@code foo} in java.base 2019-09-24 09:43:43 +01:00
InterruptedIOException.java 8231186: Replace html tag <code>foo</code> with javadoc tag {@code foo} in java.base 2019-09-24 09:43:43 +01:00
InvalidClassException.java 8229997: Apply java.io.Serial annotations in java.base 2019-08-29 16:31:34 -07:00
InvalidObjectException.java 8231186: Replace html tag <code>foo</code> with javadoc tag {@code foo} in java.base 2019-09-24 09:43:43 +01:00
IOError.java 8229997: Apply java.io.Serial annotations in java.base 2019-08-29 16:31:34 -07:00
IOException.java 8229997: Apply java.io.Serial annotations in java.base 2019-08-29 16:31:34 -07:00
LineNumberInputStream.java 8230648: Replace @exception tag with @throws in java.base 2019-09-20 11:07:52 +01:00
LineNumberReader.java 8230342: LineNumberReader.getLineNumber() returns inconsistent results after EOF 2019-09-11 12:32:01 -07:00
NotActiveException.java 8229997: Apply java.io.Serial annotations in java.base 2019-08-29 16:31:34 -07:00
NotSerializableException.java 8229997: Apply java.io.Serial annotations in java.base 2019-08-29 16:31:34 -07:00
ObjectInput.java 8230648: Replace @exception tag with @throws in java.base 2019-09-20 11:07:52 +01:00
ObjectInputFilter.java 8214563: Use {@systemProperty} in specification of system properties in java.nio packages 2019-05-23 12:36:54 +05:30
ObjectInputStream.java 8231186: Replace html tag <code>foo</code> with javadoc tag {@code foo} in java.base 2019-09-24 09:43:43 +01:00
ObjectInputValidation.java 8230648: Replace @exception tag with @throws in java.base 2019-09-20 11:07:52 +01:00
ObjectOutput.java 8230648: Replace @exception tag with @throws in java.base 2019-09-20 11:07:52 +01:00
ObjectOutputStream.java 8231186: Replace html tag <code>foo</code> with javadoc tag {@code foo} in java.base 2019-09-24 09:43:43 +01:00
ObjectStreamClass.java 8231186: Replace html tag <code>foo</code> with javadoc tag {@code foo} in java.base 2019-09-24 09:43:43 +01:00
ObjectStreamConstants.java 8202675: Replace process-wide terminology in serial filtering to be consistent 2019-01-15 15:56:41 -05:00
ObjectStreamException.java 8229997: Apply java.io.Serial annotations in java.base 2019-08-29 16:31:34 -07:00
ObjectStreamField.java 8231186: Replace html tag <code>foo</code> with javadoc tag {@code foo} in java.base 2019-09-24 09:43:43 +01:00
OptionalDataException.java 8231186: Replace html tag <code>foo</code> with javadoc tag {@code foo} in java.base 2019-09-24 09:43:43 +01:00
OutputStream.java 8231186: Replace html tag <code>foo</code> with javadoc tag {@code foo} in java.base 2019-09-24 09:43:43 +01:00
OutputStreamWriter.java 8231186: Replace html tag <code>foo</code> with javadoc tag {@code foo} in java.base 2019-09-24 09:43:43 +01:00
package-info.java 8197595: Serialization javadoc should link to security best practices 2018-03-28 14:15:41 -04:00
PipedInputStream.java 8231186: Replace html tag <code>foo</code> with javadoc tag {@code foo} in java.base 2019-09-24 09:43:43 +01:00
PipedOutputStream.java 8231186: Replace html tag <code>foo</code> with javadoc tag {@code foo} in java.base 2019-09-24 09:43:43 +01:00
PipedReader.java 8231186: Replace html tag <code>foo</code> with javadoc tag {@code foo} in java.base 2019-09-24 09:43:43 +01:00
PipedWriter.java 8231186: Replace html tag <code>foo</code> with javadoc tag {@code foo} in java.base 2019-09-24 09:43:43 +01:00
PrintStream.java 8187898: PrintStream should override FilterOutputStream#write(byte[]) with a method that has no throws clause 2019-09-05 16:26:53 -07:00
PrintWriter.java 8219992: Correct the documentation of PrintWriter to refer System.lineSeparator 2019-06-06 08:11:25 -07:00
PushbackInputStream.java 8231186: Replace html tag <code>foo</code> with javadoc tag {@code foo} in java.base 2019-09-24 09:43:43 +01:00
PushbackReader.java 8231186: Replace html tag <code>foo</code> with javadoc tag {@code foo} in java.base 2019-09-24 09:43:43 +01:00
RandomAccessFile.java 8230648: Replace @exception tag with @throws in java.base 2019-09-20 11:07:52 +01:00
Reader.java 8231186: Replace html tag <code>foo</code> with javadoc tag {@code foo} in java.base 2019-09-24 09:43:43 +01:00
SequenceInputStream.java 8231186: Replace html tag <code>foo</code> with javadoc tag {@code foo} in java.base 2019-09-24 09:43:43 +01:00
Serial.java 8230681: Add @since tag to java.io.Serial 2019-09-05 15:55:57 -07:00
SerialCallbackContext.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
Serializable.java 8231186: Replace html tag <code>foo</code> with javadoc tag {@code foo} in java.base 2019-09-24 09:43:43 +01:00
SerializablePermission.java 8231186: Replace html tag <code>foo</code> with javadoc tag {@code foo} in java.base 2019-09-24 09:43:43 +01:00
StreamCorruptedException.java 8229997: Apply java.io.Serial annotations in java.base 2019-08-29 16:31:34 -07:00
StreamTokenizer.java 8230648: Replace @exception tag with @throws in java.base 2019-09-20 11:07:52 +01:00
StringBufferInputStream.java 8231186: Replace html tag <code>foo</code> with javadoc tag {@code foo} in java.base 2019-09-24 09:43:43 +01:00
StringReader.java 8231186: Replace html tag <code>foo</code> with javadoc tag {@code foo} in java.base 2019-09-24 09:43:43 +01:00
StringWriter.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
SyncFailedException.java 8229997: Apply java.io.Serial annotations in java.base 2019-08-29 16:31:34 -07:00
UncheckedIOException.java 8229997: Apply java.io.Serial annotations in java.base 2019-08-29 16:31:34 -07:00
UnsupportedEncodingException.java 8229997: Apply java.io.Serial annotations in java.base 2019-08-29 16:31:34 -07:00
UTFDataFormatException.java 8231186: Replace html tag <code>foo</code> with javadoc tag {@code foo} in java.base 2019-09-24 09:43:43 +01:00
WriteAbortedException.java 8229997: Apply java.io.Serial annotations in java.base 2019-08-29 16:31:34 -07:00
Writer.java 8196298: Add null Reader and Writer 2018-03-19 09:58:41 -04:00