Package arc.backend.robovm
Class IOSFi
java.lang.Object
arc.files.Fi
arc.backend.robovm.IOSFi
-
Field Summary
-
Constructor Summary
ModifierConstructorDescriptionprotected
IOSFi
(File file, Files.FileType type) protected
IOSFi
(String fileName, Files.FileType type) -
Method Summary
Methods inherited from class arc.files.Fi
absolutePath, copyFilesTo, copyTo, delete, deleteDirectory, emptyDirectory, emptyDirectory, equals, exists, extension, extEquals, findAll, findAll, get, hashCode, isDirectory, lastModified, length, list, list, list, list, map, map, mkdirs, moveTo, name, nameWithoutExtension, path, pathWithoutExtension, read, read, readBytes, readBytes, readByteStream, reader, reader, reader, reader, reads, readsDeflate, readString, readString, seq, tempDirectory, tempFile, toString, type, walk, write, write, write, write, writeBytes, writeBytes, writeBytes, writePng, writer, writer, writes, writes, writesDeflate, writeString, writeString, writeString
-
Constructor Details
-
IOSFi
-
IOSFi
-
-
Method Details
-
child
Description copied from class:Fi
Returns a handle to the child with the specified name. -
parent
-
sibling
Description copied from class:Fi
Returns a handle to the sibling with the specified name. -
file
Description copied from class:Fi
Returns a java.io.File that represents this file handle. Note the returned file will only be usable forFiles.absolute(java.lang.String)
andFiles.external(java.lang.String)
file handles.
-