private void readObject(java.io.ObjectInputStream is)
throws java.lang.ClassNotFoundException,
java.io.IOException
The ObjectInputStream.defaultReadObject() method is
invoked to read the value of the string field. The result is
then parsed in the usual way.
java.lang.ClassNotFoundExceptionjava.io.IOExceptionprivate void writeObject(java.io.ObjectOutputStream os)
throws java.io.IOException
The only serializable field of a URI instance is its string
field. That field is given a value, if it does not have one already,
and then the ObjectOutputStream.defaultWriteObject()
method of the given object-output stream is invoked.
java.io.IOExceptionorg.apache.commons.vfs2.FileType fileType
java.lang.String string
Copyright © 2005-2013 Leisenfels UG. All rights reserved.