Uses of Class
org.modeshape.graph.property.IoException

Packages that use IoException
org.modeshape.graph.property Nodes in a graph contain properties, and this package defines the interfaces, classes and exceptions for representing and working with properties and their values. 
 

Uses of IoException in org.modeshape.graph.property
 

Methods in org.modeshape.graph.property that throw IoException
 T ValueFactory.create(Binary value)
          Create a value from the binary content given by the supplied stream.
 T[] ValueFactory.create(Binary[] values)
          Create an array of values from the array of binary objects.
 Binary BinaryFactory.create(File file)
          Create a binary value from the given file.
 T ValueFactory.create(InputStream stream, long approximateLength)
          Create a value from the binary content given by the supplied stream.
 Binary BinaryFactory.create(InputStream stream, long approximateLength, byte[] secureHash)
          Create a value from the binary content given by the supplied stream, the approximate length, and the SHA-1 secure hash of the content.
 Iterable<T> ValueFactory.create(Iterable<?> valueIterable)
          Create an iterable with the values (of an unknown type).
 Iterator<T> ValueFactory.create(Iterator<?> values)
          Create an iterator over the values (of an unknown type).
 T ValueFactory.create(Object value)
          Create a value from the specified information by determining which other create method applies and delegating to that method.
 T[] ValueFactory.create(Object[] values)
          Create an array of values from the specified information by determining which other create method applies for each object and then delegating to that method.
 T ValueFactory.create(Reader reader, long approximateLength)
          Create a value from a the binary content given by the supplied reader.
 Binary BinaryFactory.create(Reader reader, long approximateLength, byte[] secureHash)
          Create a value from the binary content given by the supplied reader, the approximate length, and the SHA-1 secure hash of the content.
 



Copyright © 2008-2010 JBoss, a division of Red Hat. All Rights Reserved.