tachyon.examples
Class BasicOperations

java.lang.Object
  extended by tachyon.examples.BasicOperations

public class BasicOperations
extends Object


Constructor Summary
BasicOperations()
           
 
Method Summary
static void createFile()
           
static void main(String[] args)
           
static void readFile()
           
static void writeFile()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BasicOperations

public BasicOperations()
Method Detail

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.