Package-level declarations
Types
Link copied to clipboard
@Target(allowedTargets = [AnnotationTarget.CLASS, AnnotationTarget.ANNOTATION_CLASS, AnnotationTarget.PROPERTY, AnnotationTarget.FIELD, AnnotationTarget.LOCAL_VARIABLE, AnnotationTarget.VALUE_PARAMETER, AnnotationTarget.CONSTRUCTOR, AnnotationTarget.FUNCTION, AnnotationTarget.PROPERTY_GETTER, AnnotationTarget.PROPERTY_SETTER, AnnotationTarget.TYPEALIAS] )
Denotes an api as being delicate. Probably shouldn't use it.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Properties
Link copied to clipboard
absolutePath but returns a file
Link copied to clipboard
Returns the absolute pathname string of this abstract pathname.
Link copied to clipboard
Link copied to clipboard
The path parent. If no parent is available, null is returned.
Link copied to clipboard
The path parent. If no parent is available, null is returned.
Link copied to clipboard
The system's temporary directory
Functions
Link copied to clipboard
canonicalPath but returns a file
Link copied to clipboard
Returns the canonical pathname string of this abstract pathname.
Link copied to clipboard
Link copied to clipboard
Reads the contents of FILE into provided ByteArray.
Link copied to clipboard
Link copied to clipboard
Ensures that the throwable is an instance of IOException. If it is not, it will encase it in one.
Ensures that the throwable is an instance of IOException. If it is not, it will encase it in one with the provided lazyMessage.
Link copied to clipboard
Writes the full contents of array to the file