Some methods in java.nio.Channels class are still unimplemented and throw
java.lang.UnsupportedOperationException: NYI
public static ReadableByteChannel newChannel(InputStream in);
public static WritableByteChannel newChannel(OutputStream out);
Similarly, source code shows NYI for newReader() and newWriter() also.
Build B-53.
java.lang.UnsupportedOperationException: NYI
public static ReadableByteChannel newChannel(InputStream in);
public static WritableByteChannel newChannel(OutputStream out);
Similarly, source code shows NYI for newReader() and newWriter() also.
Build B-53.
- duplicates
-
JDK-4417152 java.nio.Channels: Some methods not yet implemented
-
- Closed
-