java.nio.Channels: Some methods not yet implemented

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: P2
    • 1.4.0
    • Affects Version/s: 1.4.0
    • Component/s: 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

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

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: