Skip navigation links
A C F G H N O P R S T 

A

add(T) - Method in class org.refcodes.io.impls.SerializableListIteratorImpl
 

C

createNestedJarFileUrl(URL, File) - Static method in class org.refcodes.io.FileUtility
Copies a file residing in a nested JAR to the given destination folder.

F

FileUtility - Class in org.refcodes.io
The FileUtility provides Various file related utility functionality.

G

getNestedJarFileUrl(URL, File) - Static method in class org.refcodes.io.FileUtility
Determines whether an according destination file already exists for the file residing in a nested JAR.
getResourceAsStream(Class<?>, String) - Static method in class org.refcodes.io.FileUtility
Provides an InputStream for a resource found at the given path relative to the given class file (which might be inside a Java archive such as a JAR file or a WAR file).

H

hasNext() - Method in class org.refcodes.io.impls.SerializableIteratorImpl
 
hasNext() - Method in class org.refcodes.io.impls.SerializableListIteratorImpl
 
hasPrevious() - Method in class org.refcodes.io.impls.SerializableListIteratorImpl
 

N

next() - Method in class org.refcodes.io.impls.SerializableIteratorImpl
 
next() - Method in class org.refcodes.io.impls.SerializableListIteratorImpl
 
nextIndex() - Method in class org.refcodes.io.impls.SerializableListIteratorImpl
 

O

org.refcodes.io - package org.refcodes.io
 
org.refcodes.io.impls - package org.refcodes.io.impls
 

P

previous() - Method in class org.refcodes.io.impls.SerializableListIteratorImpl
 
previousIndex() - Method in class org.refcodes.io.impls.SerializableListIteratorImpl
 

R

remove() - Method in class org.refcodes.io.impls.SerializableIteratorImpl
 
remove() - Method in class org.refcodes.io.impls.SerializableListIteratorImpl
 
resolveClass(ObjectStreamClass) - Method in class org.refcodes.io.impls.SerializableObjectInputStreamImpl
 

S

SerializableIteratorImpl<T> - Class in org.refcodes.io.impls
Makes the wrapped Iterator serializable, else passing Iterator instances would cause an NotSerializableException or similar.
SerializableIteratorImpl() - Constructor for class org.refcodes.io.impls.SerializableIteratorImpl
 
SerializableIteratorImpl(Iterator<T>) - Constructor for class org.refcodes.io.impls.SerializableIteratorImpl
 
SerializableListIteratorImpl<T> - Class in org.refcodes.io.impls
Makes the wrapped ListIterator serializable, else passing ListIterator instances would cause an NotSerializableException or similar.
SerializableListIteratorImpl() - Constructor for class org.refcodes.io.impls.SerializableListIteratorImpl
 
SerializableListIteratorImpl(ListIterator<T>) - Constructor for class org.refcodes.io.impls.SerializableListIteratorImpl
 
SerializableObjectInputStreamImpl - Class in org.refcodes.io.impls
The SerializableObjectInputStreamImpl extends an ordinary ObjectInputStream to also resolve primitive types.
SerializableObjectInputStreamImpl(InputStream) - Constructor for class org.refcodes.io.impls.SerializableObjectInputStreamImpl
 
SerializeUtility - Class in org.refcodes.io
Utility providing useful serialization methods.
set(T) - Method in class org.refcodes.io.impls.SerializableListIteratorImpl
 

T

toFileNameFromZip(String) - Static method in class org.refcodes.io.FileUtility
Truncates the ".zip" suffix from the filename and returns the result.
toInputStream(File) - Static method in class org.refcodes.io.FileUtility
Returns an InputStream from the provided File.
toJarHierarchy(URL) - Static method in class org.refcodes.io.FileUtility
Takes an URL pointing into a (nested) JAR resources and returns a list of JAR archive names (including the ".jar" suffix) in the order of their nesting, the first JAR archive being the outermost (parent) archive and the last JAR archive being the innermost archive.
toNestedJarFileUrl(URL, File) - Static method in class org.refcodes.io.FileUtility
Convenience method testing whether the given JAR file resource already exists in the expected folder layout .Returns its URL in case it already exists else it is being created and then the URL is returned.
toOutputStream(File) - Static method in class org.refcodes.io.FileUtility
Returns an OutputStream to the provided File.
toParentJarUrl() - Static method in class org.refcodes.io.FileUtility
Determines the parent JAR file's URL for your running application (not including the "!"
toSerializable(Object) - Static method in class org.refcodes.io.SerializeUtility
Converts instances of common non-serializable types such as Iterator and ListIterator into serializable instances.
toTempFileName() - Static method in class org.refcodes.io.FileUtility
Generates a file name for a temporary file consisting if the current time in milliseconds and a portion of random character to avoid name clashes: "temp-012345678901234567890123456789-abcdefgh".
A C F G H N O P R S T 
Skip navigation links

Copyright © 2015. All rights reserved.