esuslogo
 [To advertise Java(tm) Events here, contact joris@esus.com!]
banner

Java™
by example!






New @ Esus.com


  gb  In-house search engine for better results!

  gb  Get updates with the esus.com
newsletter!









  Home 
 Browse Categories 
 Ask a Java Question 
 Help 
  For Java Tips & Tricks, subscribe to the esus.com newsletter!
Search Java Q&A, Links, API's:   adv 

Become a member to observe this category
New I/O (JDK1.4)

The java.nio.* package was introduced in JDK1.4 and features block-oriented I/O (as opposed to stream-oriented), Character Sets, file region locking, MemoryMappedBuffers, etc. The coolest addition is non-blocking I/O.

Featured Books


Subcategories



      Questions & Answers
      = answered, = unanswered

      General:

        What are the new features in the NIO package?
        What is the difference between direct and non-direct ByteBuffers?
        What is the performance gain of using NIO channels as opposed to regular streams for doing file I/O?
        How do I change the byte order in a ByteBuffer?
        What is the native byte order on my machine?
        How do I convert a byte array to a ByteBuffer?
        What is an NIO Buffer?
        How do I lock a region of a File?
        What is the difference between a mandatory lock and an advisory lock?
        What is the difference between an exclusive lock and a shared lock?
        What is a CharSet?
        What CharSets are available on my machine?
        What is a MappedByteBuffer?
        What is non-blocking IO?
        How do I convert a ByteArrayInputStream to a ReadableByteChannel?


      Further Information (sorted alphabetically)
      Articles:

      Related Links:

      Related Books:







      Terms of Service | Privacy Policy | Contact

      Copyright © 2000-2003 Esus.com - All Rights Reserved 
      Java and all Java-based trademarks are trademarks of Sun Microsystems, Inc. Esus.com is independent of Sun Microsystems, Inc. All other trademarks are the sole property of their respective owners.