Uses of Class
net.sf.mmm.util.io.api.IoMode

Packages that use IoMode
net.sf.mmm.util.io.api Provides the API for utilities that help to read and write data, process bytes, etc. 
 

Uses of IoMode in net.sf.mmm.util.io.api
 

Methods in net.sf.mmm.util.io.api that return IoMode
static IoMode IoMode.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static IoMode[] IoMode.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in net.sf.mmm.util.io.api with parameters of type IoMode
private static String RuntimeIoException.getMessage(IoMode mode)
          This method gets the message according to the given mode.
 

Constructors in net.sf.mmm.util.io.api with parameters of type IoMode
RuntimeIoException(IoMode mode)
          The constructor.
RuntimeIoException(Throwable nested, IoMode mode)
          The constructor.
 



Copyright © 2001-2010 mmm-Team. All Rights Reserved.