Class DeviceList

java.lang.Object
zombie.fileSystem.DeviceList

public final class DeviceList
extends java.lang.Object
  • Constructor Summary

    Constructors
    Constructor Description
    DeviceList()  
  • Method Summary

    Modifier and Type Method Description
    void add​(IFileDevice iFileDevice)  
    IFile createFile()  
    java.io.InputStream createStream​(java.lang.String string)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • DeviceList

      public DeviceList()
  • Method Details

    • add

      public void add​(IFileDevice iFileDevice)
    • createFile

      public IFile createFile()
    • createStream

      public java.io.InputStream createStream​(java.lang.String string) throws java.io.IOException
      Throws:
      java.io.IOException