Class FileToolbox

java.lang.Object
org.eclipse.nebula.widgets.opal.commons.FileToolbox

public class FileToolbox
extends java.lang.Object
  • Constructor Summary

    Constructors 
    Constructor Description
    FileToolbox()  
  • Method Summary

    Modifier and Type Method Description
    static java.io.InputStream getInputStream​(java.lang.String fileName)
    Loads a file into a stream

    Methods inherited from class java.lang.Object

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

  • Method Details

    • getInputStream

      public static java.io.InputStream getInputStream​(java.lang.String fileName)
      Loads a file into a stream
      Parameters:
      fileName - file name
      Returns:
      a stream composed of this file