jdk/src/java.base/share/classes/java/io
2022-10-14 23:45:03 +00:00
..
Bits.java
BufferedInputStream.java 8294702: BufferedInputStream uses undefined value range for markpos 2022-10-11 16:07:31 +00:00
BufferedOutputStream.java 8284161: Implementation of Virtual Threads (Preview) 2022-05-07 08:06:16 +00:00
BufferedReader.java 8286378: Address possibly lossy conversions in java.base 2022-05-12 16:50:36 +00:00
BufferedWriter.java 8284161: Implementation of Virtual Threads (Preview) 2022-05-07 08:06:16 +00:00
ByteArrayInputStream.java 8286783: Expand use of @inheritDoc in InputStream and OutputStream subclasses 2022-05-17 16:14:28 +00:00
ByteArrayOutputStream.java 8286783: Expand use of @inheritDoc in InputStream and OutputStream subclasses 2022-05-17 16:14:28 +00:00
CharArrayReader.java 8286378: Address possibly lossy conversions in java.base 2022-05-12 16:50:36 +00:00
CharArrayWriter.java 8273616: Fix trivial doc typos in the java.base module 2021-09-13 17:46:13 +00:00
CharConversionException.java 8229997: Apply java.io.Serial annotations in java.base 2019-08-29 16:31:34 -07:00
ClassCache.java 8280041: Retry loop issues in java.io.ClassCache 2022-01-25 19:22:07 +00:00
Closeable.java
Console.java 8283620: System.out does not use the encoding/charset specified in the Javadoc 2022-04-26 16:05:20 +00:00
DataInput.java 8279918: Fix various doc typos 2022-01-14 16:10:14 +00:00
DataInputStream.java 8272626: Avoid C-style array declarations in java.* 2021-08-18 10:47:03 +00:00
DataOutput.java 8276164: RandomAccessFile#write method could throw IndexOutOfBoundsException that is not described in javadoc 2021-11-02 06:44:48 +00:00
DataOutputStream.java 8272626: Avoid C-style array declarations in java.* 2021-08-18 10:47:03 +00: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 8067127: Tags cleanup 2020-10-07 17:16:04 +00:00
ExpiringCache.java
Externalizable.java 8255989: Remove explicitly unascribed authorship from Java source files 2020-11-07 12:11:43 +00:00
File.java 8278356: Improve file creation 2022-04-19 22:18:33 +00:00
FileCleanable.java 8273616: Fix trivial doc typos in the java.base module 2021-09-13 17:46:13 +00:00
FileDescriptor.java 8294608: Remove redundant unchecked suppression in FileDescriptor 2022-09-30 20:19:45 +00:00
FileFilter.java 8067127: Tags cleanup 2020-10-07 17:16:04 +00:00
FileInputStream.java 8286783: Expand use of @inheritDoc in InputStream and OutputStream subclasses 2022-05-17 16:14:28 +00:00
FilenameFilter.java 8280534: Enable compile-time doclint reference checking 2022-01-31 23:22:38 +00:00
FileNotFoundException.java 8255989: Remove explicitly unascribed authorship from Java source files 2020-11-07 12:11:43 +00:00
FileOutputStream.java 8286783: Expand use of @inheritDoc in InputStream and OutputStream subclasses 2022-05-17 16:14:28 +00:00
FilePermission.java 8274879: Replace uses of StringBuffer with StringBuilder within java.base classes 2021-10-27 16:18:12 +00:00
FileReader.java 8260265: UTF-8 by Default 2021-08-30 21:13:59 +00:00
FileSystem.java 8278356: Improve file creation 2022-04-19 22:18:33 +00:00
FileWriter.java 8260265: UTF-8 by Default 2021-08-30 21:13:59 +00:00
FilterInputStream.java 8286783: Expand use of @inheritDoc in InputStream and OutputStream subclasses 2022-05-17 16:14:28 +00:00
FilterOutputStream.java 8289610: Degrade Thread.stop 2022-09-23 07:55:29 +00:00
FilterReader.java 8258444: Clean up specifications of java.io.Reader.read(char[],int,int) in subclass overrides 2021-02-25 16:22:59 +00:00
FilterWriter.java 8272626: Avoid C-style array declarations in java.* 2021-08-18 10:47:03 +00:00
Flushable.java
InputStream.java 8286783: Expand use of @inheritDoc in InputStream and OutputStream subclasses 2022-05-17 16:14:28 +00:00
InputStreamReader.java 8284161: Implementation of Virtual Threads (Preview) 2022-05-07 08:06:16 +00:00
InterruptedIOException.java 8255989: Remove explicitly unascribed authorship from Java source files 2020-11-07 12:11:43 +00:00
InvalidClassException.java 8282696: Add constructors taking a cause to InvalidObjectException and InvalidClassException 2022-03-07 14:47:52 +00:00
InvalidObjectException.java 8282696: Add constructors taking a cause to InvalidObjectException and InvalidClassException 2022-03-07 14:47:52 +00:00
IOError.java 8229997: Apply java.io.Serial annotations in java.base 2019-08-29 16:31:34 -07:00
IOException.java 8255989: Remove explicitly unascribed authorship from Java source files 2020-11-07 12:11:43 +00:00
LineNumberInputStream.java 8281728: Redundant null check in LineNumberInputStream.read 2022-02-15 07:10:10 +00:00
LineNumberReader.java 8272626: Avoid C-style array declarations in java.* 2021-08-18 10:47:03 +00:00
NotActiveException.java 8255989: Remove explicitly unascribed authorship from Java source files 2020-11-07 12:11:43 +00:00
NotSerializableException.java 8255989: Remove explicitly unascribed authorship from Java source files 2020-11-07 12:11:43 +00:00
ObjectInput.java 5087440: java.io bulk read(...) end-of-stream return value descriptions ambiguous 2022-04-04 18:54:36 +00:00
ObjectInputFilter.java 8278087: Deserialization filter and filter factory property error reporting under specified 2021-12-21 15:42:36 +00:00
ObjectInputStream.java 8289610: Degrade Thread.stop 2022-09-23 07:55:29 +00:00
ObjectInputValidation.java 8255989: Remove explicitly unascribed authorship from Java source files 2020-11-07 12:11:43 +00:00
ObjectOutput.java 8272626: Avoid C-style array declarations in java.* 2021-08-18 10:47:03 +00:00
ObjectOutputStream.java 8286783: Expand use of @inheritDoc in InputStream and OutputStream subclasses 2022-05-17 16:14:28 +00:00
ObjectStreamClass.java 8295370: Update java.io.ObjectStreamField to use Class.descriptorString 2022-10-14 23:45:03 +00:00
ObjectStreamConstants.java 8255989: Remove explicitly unascribed authorship from Java source files 2020-11-07 12:11:43 +00:00
ObjectStreamException.java 8282696: Add constructors taking a cause to InvalidObjectException and InvalidClassException 2022-03-07 14:47:52 +00:00
ObjectStreamField.java 8295370: Update java.io.ObjectStreamField to use Class.descriptorString 2022-10-14 23:45:03 +00:00
OptionalDataException.java 8255989: Remove explicitly unascribed authorship from Java source files 2020-11-07 12:11:43 +00:00
OutputStream.java 8286604: Update InputStream and OutputStream to use @implSpec 2022-05-13 16:57:11 +00:00
OutputStreamWriter.java 8284161: Implementation of Virtual Threads (Preview) 2022-05-07 08:06:16 +00:00
package-info.java 8058924: FileReader(String) documentation is insufficient 2022-03-14 16:10:15 +00:00
PipedInputStream.java 8286783: Expand use of @inheritDoc in InputStream and OutputStream subclasses 2022-05-17 16:14:28 +00:00
PipedOutputStream.java 8286783: Expand use of @inheritDoc in InputStream and OutputStream subclasses 2022-05-17 16:14:28 +00:00
PipedReader.java 8272626: Avoid C-style array declarations in java.* 2021-08-18 10:47:03 +00:00
PipedWriter.java 8272626: Avoid C-style array declarations in java.* 2021-08-18 10:47:03 +00:00
PrintStream.java 8284161: Implementation of Virtual Threads (Preview) 2022-05-07 08:06:16 +00:00
PrintWriter.java 8284161: Implementation of Virtual Threads (Preview) 2022-05-07 08:06:16 +00:00
PushbackInputStream.java 8286378: Address possibly lossy conversions in java.base 2022-05-12 16:50:36 +00:00
PushbackReader.java 8286378: Address possibly lossy conversions in java.base 2022-05-12 16:50:36 +00:00
RandomAccessFile.java 8284161: Implementation of Virtual Threads (Preview) 2022-05-07 08:06:16 +00:00
Reader.java 8284161: Implementation of Virtual Threads (Preview) 2022-05-07 08:06:16 +00:00
SequenceInputStream.java 8286783: Expand use of @inheritDoc in InputStream and OutputStream subclasses 2022-05-17 16:14:28 +00:00
Serial.java 8281082: Improve javadoc references to JOSS 2022-02-01 22:30:08 +00:00
SerialCallbackContext.java
Serializable.java 8256679: Update serialization javadoc once JOSS changes for records are complete 2020-12-07 09:30:52 +00: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 8255989: Remove explicitly unascribed authorship from Java source files 2020-11-07 12:11:43 +00:00
StreamTokenizer.java 8267670: Update java.io, java.math, and java.text to use switch expressions 2021-06-01 10:14:56 +00:00
StringBufferInputStream.java 8286783: Expand use of @inheritDoc in InputStream and OutputStream subclasses 2022-05-17 16:14:28 +00:00
StringReader.java 8286378: Address possibly lossy conversions in java.base 2022-05-12 16:50:36 +00:00
StringWriter.java 8272626: Avoid C-style array declarations in java.* 2021-08-18 10:47:03 +00:00
SyncFailedException.java 8229997: Apply java.io.Serial annotations in java.base 2019-08-29 16:31:34 -07:00
UncheckedIOException.java 8251203: Fix "no comment" warnings in java.base/java.lang and java/io 2020-08-25 10:20:14 -04:00
UnsupportedEncodingException.java 8229997: Apply java.io.Serial annotations in java.base 2019-08-29 16:31:34 -07:00
UTFDataFormatException.java 8067127: Tags cleanup 2020-10-07 17:16:04 +00:00
WriteAbortedException.java 8274075: Fix miscellaneous typos in java.base 2021-09-23 08:08:39 +00:00
Writer.java 8284161: Implementation of Virtual Threads (Preview) 2022-05-07 08:06:16 +00:00