Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsWhite Papers
Discussion GroupsFirst AidDatabasesJavaBeansGUIJava 3DVirtual MachineCORBASecurityToolsGeneral
Java DirectoryOpen Source ProjectsSample Book ChaptersUser GroupsWeb Resources
Related Topics
Databases.NETMore Topics ...

Announcements

Tip: Looking for answers? Try searching our database.

[ANN] Unified I/O 2.30 beta released

Andrey Kuznetsov   01 Jun 2005 19:16 GMTPage rating:


UnifiedIO allows random access to files, arrays, streams (even over HTTP),
and gives a clear difference between read only and read/write access.

Features:
^^^^^^^
- High performance.
- Transparent buffering.
- Access everything using one common interface.
- Read/write direct from/into primitive arrays
- Choose byte order.
- Change byte order at any time.
- Define start offset and length.
- Optimized reading over http (only requesting the required data range of
bytes - uses byteserving feature of http 1.1).
- Easy extensible design

Unified I/O contains also many utilities:
- BitInputStream and BitOutputStream.
- PackBits, RLE4 and RLE8 decoder.
- HexInputStream.
- base64 codec implementation.
- and many others.

- Unified I/O is an open source project and licensed under BSD

New features:
^^^^^^^^^^
Memory management:
  Possible strategies:
1. Regardless memory usage:
- DROP_NEVER - buffers are never dropped (recommended usage: with
InputStreamBufferManager, )
- DROP_IMMEDIATELY - only 1 buffer is held in memory
2. If memory usage exceeds defined maximum
- DROP_RANDOM - randomly choosed Buffer is dropped
- DROP_LRU - Least Recently Used Buffer is dropped
- DROP_FIFO - Least Recently Added Buffer is dropped

Download Unified I/O at http://uio.imagero.com/download/

Signature

Andrey Kuznetsov
http://uio.imagero.com Unified I/O for Java
http://reader.imagero.com Java image reader
http://jgui.imagero.com Java GUI components and utilities



Rate this page
Poor Excellent    

Comments

No comments at this time. Why not be the first?

Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Post new comment
Rate this page



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.