Uses of Package
jut.io

Packages that use jut.io
jut.io utilities related to the java.io package, taken from the java utility classes collection "jut". 
 

Classes in jut.io used by jut.io
Files.ExtendedInfoSetter
          interface used for Files.setExtendedInfoSetter(ExtendedInfoSetter).
InputCountStream
          InputStream counting the bytes read. the methods InputCountStream.skip(long), InputCountStream.mark(int) and InputCountStream.reset() are not supported and throw an UnsupportedOperationException.
InputStreamCache.ByteArrayCache
          provider interface for large byte arrays that can be used as memory cache.