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.ClassNotFoundException
java.io.IOException
private 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.IOException
org.apache.commons.vfs2.FileType fileType
java.lang.String string
Copyright © 2005-2023 Leisenfels GmbH. All rights reserved.