org.eclipse.m2m.atl.dsls.textsource
Class ByteArrayTextSource

java.lang.Object
  extended by org.eclipse.m2m.atl.dsls.textsource.TextSource
      extended by org.eclipse.m2m.atl.dsls.textsource.ByteArrayTextSource

public class ByteArrayTextSource
extends TextSource

Text utility.


Constructor Summary
ByteArrayTextSource(byte[] bs)
          Creates a new ByteArrayTextSource.
 
Method Summary
 java.io.InputStream openStream()
          Returns an input stream of the text source.
 
Methods inherited from class org.eclipse.m2m.atl.dsls.textsource.TextSource
openBufferedReader
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ByteArrayTextSource

public ByteArrayTextSource(byte[] bs)
Creates a new ByteArrayTextSource.

Parameters:
bs - the byte array
Method Detail

openStream

public java.io.InputStream openStream()
                               throws java.io.IOException
Returns an input stream of the text source.

Specified by:
openStream in class TextSource
Returns:
an input stream of the text source
Throws:
java.io.IOException
See Also:
TextSource.openStream()

Copyright 2007 IBM Corporation and others.
All Rights Reserved.