Package htmlcompiler.tools
Enum IO
- All Implemented Interfaces:
Serializable,Comparable<IO>,Constable
public enum IO extends Enum<IO>
-
Nested Class Summary
-
Method Summary
Modifier and Type Method Description static PathfindBinaryInPath(String name)static Stringrelativize(File basedir, File outputDir)static Stringrelativize(String basedir, String outputDir)static byte[]toByteArray(File file)static byte[]toByteArray(InputStream in)static FiletoLocation(File origin, String link, String message)static StringtoString(File file)static StringtoString(InputStream in)static StringtoString(InputStream in, Charset set)static IOvalueOf(String name)Returns the enum constant of this type with the specified name.static IO[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
toString
- Throws:
IOException
-
toString
- Throws:
IOException
-
toString
- Throws:
IOException
-
toByteArray
- Throws:
IOException
-
toByteArray
- Throws:
IOException
-
relativize
-
relativize
-
toLocation
- Throws:
InvalidInput
-
findBinaryInPath
- Throws:
FileNotFoundException
-