Class ByteArrayTextSource

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

public class ByteArrayTextSource extends TextSource
Text utility.
  • Constructor Details

    • ByteArrayTextSource

      public ByteArrayTextSource(byte[] bs)
      Creates a new ByteArrayTextSource.
      Parameters:
      bs - the byte array
  • Method Details