tachyon.examples
Class BasicOperations
java.lang.Object
tachyon.examples.BasicOperations
public class BasicOperations
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BasicOperations
public BasicOperations()
createFile
public static void createFile()
throws InvalidPathException,
FileAlreadyExistException
- Throws:
InvalidPathException
FileAlreadyExistException
writeFile
public static void writeFile()
throws SuspectedFileSizeException,
InvalidPathException,
IOException
- Throws:
SuspectedFileSizeException
InvalidPathException
IOException
readFile
public static void readFile()
throws SuspectedFileSizeException,
InvalidPathException,
IOException
- Throws:
SuspectedFileSizeException
InvalidPathException
IOException
main
public static void main(String[] args)
throws SuspectedFileSizeException,
InvalidPathException,
IOException,
FileAlreadyExistException
- Throws:
SuspectedFileSizeException
InvalidPathException
IOException
FileAlreadyExistException
Copyright © 2013. All Rights Reserved.