jdk/src/java.base/share/classes/java/io
Magnus Ihse Bursie ddf0461788 8345799: Update copyright year to 2024 for core-libs in files where it was missed
Reviewed-by: joehw, jlu, mli, lancea, kevinw
2024-12-11 21:08:22 +00:00
..
BufferedInputStream.java 8343039: Remove jdk.internal.misc.InternalLock and usages from java.io 2024-11-15 16:11:34 +00:00
BufferedOutputStream.java 8343039: Remove jdk.internal.misc.InternalLock and usages from java.io 2024-11-15 16:11:34 +00:00
BufferedReader.java 8343039: Remove jdk.internal.misc.InternalLock and usages from java.io 2024-11-15 16:11:34 +00:00
BufferedWriter.java 8343039: Remove jdk.internal.misc.InternalLock and usages from java.io 2024-11-15 16:11:34 +00:00
ByteArrayInputStream.java 8321053: Use ByteArrayInputStream.buf directly when parameter of transferTo() is trusted 2023-12-05 19:41:12 +00:00
ByteArrayOutputStream.java 8338383: Implement JEP 491: Synchronize Virtual Threads without Pinning 2024-11-12 15:23:48 +00:00
CharArrayReader.java 8286378: Address possibly lossy conversions in java.base 2022-05-12 16:50:36 +00:00
CharArrayWriter.java 8328183: Minor mistakes in docs of PrintStream.append() 2024-04-05 16:08:16 +00:00
CharConversionException.java
ClassCache.java 8309688: Data race on java.io.ClassCache$CacheRef.strongReferent 2023-06-15 20:13:36 +00:00
Closeable.java
Console.java 8344659: Some uses of GetPropertyAction were not removed from java.io and java.nio 2024-11-21 16:18:16 +00:00
DataInput.java 8279918: Fix various doc typos 2022-01-14 16:10:14 +00:00
DataInputStream.java 8340232: Optimize DataInputStream::readUTF 2024-09-20 17:54:06 +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 8339699: Optimize DataOutputStream writeUTF 2024-10-04 22:35:03 +00:00
DeleteOnExitHook.java 8300867: Fix document issues in java.io 2023-01-23 17:53:20 +00:00
EOFException.java
Externalizable.java
File.java 8344077: Remove security manager dependency in java.io 2024-11-19 20:30:22 +00:00
FileCleanable.java 8273616: Fix trivial doc typos in the java.base module 2021-09-13 17:46:13 +00:00
FileDescriptor.java 8329593: Drop adjustments to target parallelism when virtual threads do I/O on files opened for buffered I/O 2024-04-23 16:10:13 +00:00
FileFilter.java
FileInputStream.java 8344077: Remove security manager dependency in java.io 2024-11-19 20:30:22 +00:00
FilenameFilter.java 8280534: Enable compile-time doclint reference checking 2022-01-31 23:22:38 +00:00
FileNotFoundException.java
FileOutputStream.java 8344077: Remove security manager dependency in java.io 2024-11-19 20:30:22 +00:00
FilePermission.java 8345286: Remove use of SecurityManager API from misc areas 2024-12-04 09:23:57 +00:00
FileReader.java 8260265: UTF-8 by Default 2021-08-30 21:13:59 +00:00
FileSystem.java 8300977: Retire java.io.ExpiringCache 2023-03-28 13:15:19 +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 8299600: Use Objects.check*() where appropriate in java.io 2023-01-06 21:01:21 +00:00
FilterReader.java
FilterWriter.java 8272626: Avoid C-style array declarations in java.* 2021-08-18 10:47:03 +00:00
Flushable.java
InputStream.java 8341243: Use ArraySupport.SOFT_MAX_ARRAY_LENGTH for max array size in java.base 2024-10-02 01:27:03 +00:00
InputStreamReader.java 8343039: Remove jdk.internal.misc.InternalLock and usages from java.io 2024-11-15 16:11:34 +00:00
InterruptedIOException.java
InvalidClassException.java 8282696: Add constructors taking a cause to InvalidObjectException and InvalidClassException 2022-03-07 14:47:52 +00:00
InvalidObjectException.java 8310909: java.io.InvalidObjectException has redundant @since tag 2023-06-26 22:24:32 +00:00
IO.java 8342936: Enhance java.io.IO with parameter-less println() and readln() 2024-11-14 08:22:51 +00:00
IOError.java
IOException.java
LineNumberInputStream.java 8299600: Use Objects.check*() where appropriate in java.io 2023-01-06 21:01:21 +00:00
LineNumberReader.java 8272626: Avoid C-style array declarations in java.* 2021-08-18 10:47:03 +00:00
NotActiveException.java
NotSerializableException.java
ObjectInput.java 8156593: DataOutput.write(byte[],int,int) and its implementations do not specify index out bounds 2022-10-31 22:18:26 +00:00
ObjectInputFilter.java 8344034: Remove security manager dependency in Serialization 2024-11-18 16:17:07 +00:00
ObjectInputStream.java 8345565: Remove remaining SecurityManager motivated APIs from sun.reflect.util 2024-12-05 15:22:00 +00:00
ObjectInputValidation.java
ObjectOutput.java 8156593: DataOutput.write(byte[],int,int) and its implementations do not specify index out bounds 2022-10-31 22:18:26 +00:00
ObjectOutputStream.java 8345565: Remove remaining SecurityManager motivated APIs from sun.reflect.util 2024-12-05 15:22:00 +00:00
ObjectStreamClass.java 8344034: Remove security manager dependency in Serialization 2024-11-18 16:17:07 +00:00
ObjectStreamConstants.java 8345799: Update copyright year to 2024 for core-libs in files where it was missed 2024-12-11 21:08:22 +00:00
ObjectStreamException.java 8282696: Add constructors taking a cause to InvalidObjectException and InvalidClassException 2022-03-07 14:47:52 +00:00
ObjectStreamField.java 8344034: Remove security manager dependency in Serialization 2024-11-18 16:17:07 +00:00
ObjectStreamReflection.java 8333796: Add missing serialization functionality to sun.reflect.ReflectionFactory 2024-11-20 14:17:28 +00:00
OptionalDataException.java
OutputStream.java 8156593: DataOutput.write(byte[],int,int) and its implementations do not specify index out bounds 2022-10-31 22:18:26 +00:00
OutputStreamWriter.java 8343039: Remove jdk.internal.misc.InternalLock and usages from java.io 2024-11-15 16:11:34 +00:00
package-info.java 8305206: Add @spec tags in java.base/java.* (part 1) 2023-04-04 00:09:38 +00:00
PipedInputStream.java 8345799: Update copyright year to 2024 for core-libs in files where it was missed 2024-12-11 21:08:22 +00:00
PipedOutputStream.java 8345799: Update copyright year to 2024 for core-libs in files where it was missed 2024-12-11 21:08:22 +00:00
PipedReader.java 8345799: Update copyright year to 2024 for core-libs in files where it was missed 2024-12-11 21:08:22 +00:00
PipedWriter.java 8345799: Update copyright year to 2024 for core-libs in files where it was missed 2024-12-11 21:08:22 +00:00
PrintStream.java 8343039: Remove jdk.internal.misc.InternalLock and usages from java.io 2024-11-15 16:11:34 +00:00
PrintWriter.java 8343039: Remove jdk.internal.misc.InternalLock and usages from java.io 2024-11-15 16:11:34 +00:00
ProxyingConsole.java 8342936: Enhance java.io.IO with parameter-less println() and readln() 2024-11-14 08:22:51 +00:00
PushbackInputStream.java 8343039: Remove jdk.internal.misc.InternalLock and usages from java.io 2024-11-15 16:11:34 +00:00
PushbackReader.java 8286378: Address possibly lossy conversions in java.base 2022-05-12 16:50:36 +00:00
RandomAccessFile.java 8344077: Remove security manager dependency in java.io 2024-11-19 20:30:22 +00:00
Reader.java 8343039: Remove jdk.internal.misc.InternalLock and usages from java.io 2024-11-15 16:11:34 +00:00
SequenceInputStream.java 8322141: SequenceInputStream.transferTo should not return as soon as Long.MAX_VALUE bytes have been transferred 2023-12-20 17:00:44 +00:00
Serial.java 8305206: Add @spec tags in java.base/java.* (part 1) 2023-04-04 00:09:38 +00:00
SerialCallbackContext.java 8300868: Reduce visibility in java.io.SerialCallbackContext 2023-01-23 17:47:01 +00:00
Serializable.java 8345799: Update copyright year to 2024 for core-libs in files where it was missed 2024-12-11 21:08:22 +00:00
SerializablePermission.java 8344077: Remove security manager dependency in java.io 2024-11-19 20:30:22 +00:00
SerializationMisdeclarationChecker.java 8344034: Remove security manager dependency in Serialization 2024-11-18 16:17:07 +00:00
StreamCorruptedException.java
StreamTokenizer.java 8345799: Update copyright year to 2024 for core-libs in files where it was missed 2024-12-11 21:08:22 +00:00
StringBufferInputStream.java 8286783: Expand use of @inheritDoc in InputStream and OutputStream subclasses 2022-05-17 16:14:28 +00:00
StringReader.java 8341566: Add Reader.of(CharSequence) 2024-10-24 14:34:58 +00:00
StringWriter.java 8328183: Minor mistakes in docs of PrintStream.append() 2024-04-05 16:08:16 +00:00
SyncFailedException.java
UncheckedIOException.java
UnsupportedEncodingException.java
UTFDataFormatException.java
WriteAbortedException.java 8345799: Update copyright year to 2024 for core-libs in files where it was missed 2024-12-11 21:08:22 +00:00
Writer.java 8343039: Remove jdk.internal.misc.InternalLock and usages from java.io 2024-11-15 16:11:34 +00:00