Uses of Class
java.io.InputStream

Packages that use InputStream
com.intel.bluetooth   
com.intel.bluetooth.btspp   
com.intel.bluetooth.gcf.socket   
de.cau.cs.kieler.core.util General purpose utility classes in the style of java.util
de.cau.cs.kieler.keg.importer The base package for KEG importers. 
de.cau.cs.kieler.keg.importer.importer KEG importer implementations. 
de.cau.cs.kieler.kex.controller All classes that build the controller part of kex. 
de.cau.cs.kieler.kex.controller.util Contains util classes for export and import of examples. 
de.cau.cs.kieler.kiml.graphviz.layouter Connection of the Graphviz layouter to the KIML interface for automatic layout. 
de.cau.cs.kieler.kiml.service.formats KIML support for graph formats. 
de.cau.cs.kieler.klots.wizards KLOTS wizzard classes. 
de.cau.cs.kieler.kwebs.util This package contains commonly used utility classes. 
de.cau.cs.kieler.s.sc.beautifier   
de.cau.cs.kieler.sim.validator   
de.cau.cs.kieler.synccharts.text.kits   
de.unido.ls5.eti.client This package contains the the classes implementing the client side of the jETI communication protocol. 
java.io Input/Output support 
java.net Support for sockets via PC SocketProxy 
java.util Utilities 
javax.microedition.io   
js.tinyvm   
lejos.addon.gps The lejos.addon.gps package provides GPS parsing. 
lejos.addon.keyboard Support for Bluetooth SPP keyboards 
lejos.io leJOS specific support for java.io 
lejos.nxt.comm NXT communication classes 
lejos.nxt.rcxcomm Emulation of RCX communication classes 
lejos.pc.comm Communication from the PC to the NXT 
net.ogdf.bin The API for communicating with the ogdf-server. 
net.sf.antcontrib.cpptasks.compiler   
org.apache.bcel.classfile This package contains the classes that describe the structure of a Java class file and a class file parser. 
org.apache.bcel.util This package contains utility classes for the Byte Code Engineering Library, namely: 
 

Uses of InputStream in com.intel.bluetooth
 

Methods in com.intel.bluetooth that return InputStream
static InputStream MicroeditionConnector.openInputStream(String name)
           
 

Uses of InputStream in com.intel.bluetooth.btspp
 

Methods in com.intel.bluetooth.btspp that return InputStream
 InputStream Connection.openInputStream()
           
 

Uses of InputStream in com.intel.bluetooth.gcf.socket
 

Methods in com.intel.bluetooth.gcf.socket that return InputStream
 InputStream SocketConnection.openInputStream()
           
 

Uses of InputStream in de.cau.cs.kieler.core.util
 

Subclasses of InputStream in de.cau.cs.kieler.core.util
 class ForwardingInputStream
          An input stream that forwards all read data to an output stream.
 class NonBlockingInputStream
          An input stream wrapper that does not block when reading, but returns the EOF code if no character is available.
 

Constructors in de.cau.cs.kieler.core.util with parameters of type InputStream
ForwardingInputStream(InputStream theinputStream, OutputStream theoutputStream)
          Creates a forwarding input stream with the given input and output streams.
NonBlockingInputStream(InputStream theinputStream)
          Creates a non-blocking input stream for the given stream.
 

Uses of InputStream in de.cau.cs.kieler.keg.importer
 

Methods in de.cau.cs.kieler.keg.importer with parameters of type InputStream
 Node IImporter.doImport(InputStream inputStream, IPropertyHolder options, IKielerProgressMonitor monitor)
          Performs the actual KEG import using the given options and retrieving the source from the stream.
static Node ImportUtil.transformModel2KEGGraph(String xtendFile, String extension, List<Object> parameters, InputStream inputStream, Resource.Factory resourceFactory, IKielerProgressMonitor monitor, String... involvedMetamodels)
          Transforms a model to a KEG graph using a given Xtend transformation file.
 

Uses of InputStream in de.cau.cs.kieler.keg.importer.importer
 

Methods in de.cau.cs.kieler.keg.importer.importer with parameters of type InputStream
 Node DotImporter.doImport(InputStream inputStream, IPropertyHolder options, IKielerProgressMonitor monitor)
          Performs the actual KEG import using the given options and retrieving the source from the stream.
 Node GraphMLImporter.doImport(InputStream inputStream, IPropertyHolder options, IKielerProgressMonitor monitor)
          Performs the actual KEG import using the given options and retrieving the source from the stream.
 Node KGraphImporter.doImport(InputStream inputStream, IPropertyHolder options, IKielerProgressMonitor monitor)
          Performs the actual KEG import using the given options and retrieving the source from the stream.
 Node OGMLImporter.doImport(InputStream inputStream, IPropertyHolder options, IKielerProgressMonitor monitor)
          Performs the actual KEG import using the given options and retrieving the source from the stream.
 

Uses of InputStream in de.cau.cs.kieler.kex.controller
 

Methods in de.cau.cs.kieler.kex.controller that return InputStream
 InputStream ExampleManager.getEmptyPic()
          Loads a default picture.
 

Uses of InputStream in de.cau.cs.kieler.kex.controller.util
 

Methods in de.cau.cs.kieler.kex.controller.util that return InputStream
static InputStream ExampleImport.getEmptyPic()
          Loads the empty picture, often called when no example image exists.
 

Uses of InputStream in de.cau.cs.kieler.kiml.graphviz.layouter
 

Methods in de.cau.cs.kieler.kiml.graphviz.layouter that return InputStream
 InputStream GraphvizTool.output()
          Return the stream for reading the output of the Graphviz process.
 

Uses of InputStream in de.cau.cs.kieler.kiml.service.formats
 

Methods in de.cau.cs.kieler.kiml.service.formats with parameters of type InputStream
protected  T AbstractEmfHandler.deserializeBinary(InputStream source, Map<Object,Object> options)
          Deserialize an EMF model.
 

Uses of InputStream in de.cau.cs.kieler.klots.wizards
 

Methods in de.cau.cs.kieler.klots.wizards that return InputStream
protected static InputStream NewPOJFileWizard.openContentStream(String projectName, String fileName)
          We will initialize file contents with a sample text.
protected static InputStream NewSJFileWizard.openContentStream(String projectName, String fileName)
          We will initialize file contents with a sample text.
 

Uses of InputStream in de.cau.cs.kieler.kwebs.util
 

Methods in de.cau.cs.kieler.kwebs.util that return InputStream
static InputStream Resources.getFileOrPluginResourceStream(String pluginid, String resource)
          Returns an input stream on a file specified by resource.
static InputStream Resources.getResourceStream(String pluginid, String resource)
          Creates an input stream to a bundled resource.
 

Methods in de.cau.cs.kieler.kwebs.util with parameters of type InputStream
static byte[] Resources.readStreamAsByteArray(InputStream stream)
          Reads from a stream with fixed size.
static String Resources.readStreamAsString(InputStream stream)
          Reads from a stream with fixed size.
static void Resources.writeFile(String path, InputStream stream)
          Writes a file from an input stream.
 

Uses of InputStream in de.cau.cs.kieler.s.sc.beautifier
 

Methods in de.cau.cs.kieler.s.sc.beautifier that return InputStream
protected  InputStream Beautifier.openStream(String filename)
          Searches for the given filename as a resource and returns a stream on it.
 

Uses of InputStream in de.cau.cs.kieler.sim.validator
 

Methods in de.cau.cs.kieler.sim.validator that return InputStream
static InputStream ValidatorPlugin.openInputFile(String fileString)
          Open input file.
static InputStream ValidatorPlugin.openInputFileWithExtension(String extension, int fileIndex)
          Open input file with extension.
 

Uses of InputStream in de.cau.cs.kieler.synccharts.text.kits
 

Methods in de.cau.cs.kieler.synccharts.text.kits with parameters of type InputStream
protected  void KitsResource.doLoad(InputStream inputStream, Map<?,?> options)
          Delegates to LazyLinkingResource#doLoad(InputStream inputStream, Map options) for debugging purposes.
 

Uses of InputStream in de.unido.ls5.eti.client
 

Methods in de.unido.ls5.eti.client that return InputStream
 InputStream ByteArrayVirtualFile.getInputStream()
          Retrieves an input stream to read the internal byte array
 InputStream FileVirtualFile.getInputStream()
           
 InputStream VirtualFile.getInputStream()
          Provides the InputStream where the data of the represented file can be read from.
 

Methods in de.unido.ls5.eti.client with parameters of type InputStream
static void Filetools.streamToFile(InputStream is, File file)
          Writes the contents of an input stream into a file
 

Constructors in de.unido.ls5.eti.client with parameters of type InputStream
ByteArrayVirtualFile(InputStream inputStream, String filename)
          Initializes this VirtualFile by copying the data from inputStream and storing it in an internal byte array.
 

Uses of InputStream in java.io
 

Subclasses of InputStream in java.io
 class BufferedInputStream
          This is a minimal implementation of BufferedWriter.
 class ByteArrayInputStream
           
 class DataInputStream
          Reads java data types transmitted as bytes over an InputStream.
 class FileInputStream
          Reads a stream of bytes from a file.
 class FilterInputStream
           
 

Fields in java.io declared as InputStream
protected  InputStream FilterInputStream.in
           
 

Constructors in java.io with parameters of type InputStream
BufferedInputStream(InputStream out)
          In the standard Java API the constructor accepts a Writer object, such as InputStreamWriter.
BufferedInputStream(InputStream out, int size)
           
DataInputStream(InputStream in)
           
FilterInputStream(InputStream in)
           
InputStreamReader(InputStream os)
           
InputStreamReader(InputStream os, String charset)
           
 

Uses of InputStream in java.net
 

Methods in java.net that return InputStream
 InputStream Socket.getInputStream()
          Returns the input stream associated with this socket
 

Uses of InputStream in java.util
 

Methods in java.util with parameters of type InputStream
 void Properties.load(InputStream inStream)
           
 

Uses of InputStream in javax.microedition.io
 

Methods in javax.microedition.io that return InputStream
 InputStream InputConnection.openInputStream()
          Open and return an input stream for a connection.
static InputStream Connector.openInputStream(String name)
           
 

Uses of InputStream in js.tinyvm
 

Methods in js.tinyvm that return InputStream
 InputStream ClassPath.getInputStream(String className)
           
 InputStream IClassPath.getInputStream(String className)
          Get input stream with the given class byte code.
 

Uses of InputStream in lejos.addon.gps
 

Constructors in lejos.addon.gps with parameters of type InputStream
GPS(InputStream in)
          The constructor.
SimpleGPS(InputStream in)
          The constructor.
 

Uses of InputStream in lejos.addon.keyboard
 

Constructors in lejos.addon.keyboard with parameters of type InputStream
Keyboard(InputStream in, OutputStream out)
          Creates a new Keyboard instance using streams from the keyboard.
 

Uses of InputStream in lejos.io
 

Constructors in lejos.io with parameters of type InputStream
LejosInputStreamReader(InputStream is, CharsetDecoder coder, int buffersize)
           
 

Uses of InputStream in lejos.nxt.comm
 

Subclasses of InputStream in lejos.nxt.comm
 class NXTInputStream
          Extends InputStream for BlueTooth; implements available()
 

Methods in lejos.nxt.comm that return InputStream
 InputStream NXTConnection.openInputStream()
          Return the InputStream for this connection.
 

Uses of InputStream in lejos.nxt.rcxcomm
 

Methods in lejos.nxt.rcxcomm that return InputStream
 InputStream RCXAbstractPort.getInputStream()
          Returns an input stream for this RCXPort.
 

Uses of InputStream in lejos.pc.comm
 

Subclasses of InputStream in lejos.pc.comm
 class NXTCommInputStream
          Implementation of InputStream over NXTComm using Bluetooth.
 

Methods in lejos.pc.comm that return InputStream
 InputStream NXTSamba.createInputStream(int addr, int len)
           
 InputStream NXTComm.getInputStream()
          Return an InputStream for reading a stream of data from the NXT over this connection.
 InputStream NXTCommBluecove.getInputStream()
           
 InputStream NXTCommBluez.getInputStream()
           
 InputStream NXTCommUSB.getInputStream()
           
 InputStream NXTConnector.getInputStream()
           
 

Uses of InputStream in net.ogdf.bin
 

Methods in net.ogdf.bin with parameters of type InputStream
 boolean OgdfServer.waitForInput(InputStream inputStream)
          Waits until there is some input from the given input stream.
 boolean OgdfServer.waitForInput(InputStream inputStream, OgdfServer.Aborter aborter)
          Waits until there is some input from the given input stream, with a custom aborter.
 boolean OgdfServer.waitForInput(InputStream inputStream, OgdfServer.Aborter aborter, int timeout)
          Waits until there is some input from the given input stream, with a custom aborter and timeout.
 

Uses of InputStream in net.sf.antcontrib.cpptasks.compiler
 

Methods in net.sf.antcontrib.cpptasks.compiler with parameters of type InputStream
 void CaptureStreamHandler.setProcessErrorStream(InputStream is)
          Install a handler for the error stream of the subprocess.
 void CaptureStreamHandler.setProcessOutputStream(InputStream is)
          Install a handler for the output stream of the subprocess.
 

Uses of InputStream in org.apache.bcel.classfile
 

Constructors in org.apache.bcel.classfile with parameters of type InputStream
ClassParser(InputStream file, String file_name)
          Parse class from the given stream.
 

Uses of InputStream in org.apache.bcel.util
 

Subclasses of InputStream in org.apache.bcel.util
 class ByteSequence
          Utility class that implements a sequence of bytes which can be read via the `readByte()' method.
 

Methods in org.apache.bcel.util that return InputStream
 InputStream ClassPath.ClassFile.getInputStream()
           
 InputStream ClassPath.getInputStream(String name)
           
 InputStream ClassPath.getInputStream(String name, String suffix)
          Return stream for class or resource on CLASSPATH.