Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-4417152

java.nio.Channels: Some methods not yet implemented

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P2 P2
    • 1.4.0
    • 1.4.0
    • core-libs
    • beta
    • generic, sparc
    • generic, solaris_7
    • Verified

      The following methods in java.nio.Channels have not yet been implemented:

        ReadableByteChannel newChannel(InputStream in);
        WritableByteChannel newChannel(OutputStream out);
        Reader newReader(ReadableByteChannel ch, CharsetDecoder dec, int minCap);
        Writer newWriter(WritableByteChannel ch, CharsetEncoder enc, int minCap);

      -- mr@eng 2001/2/20

            mmcclosksunw Michael Mccloskey (Inactive)
            mr Mark Reinhold
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: