org.openmuc.jsml.tl
Class SMLMessageExtractor

java.lang.Object
  extended by org.openmuc.jsml.tl.SMLMessageExtractor

public class SMLMessageExtractor
extends java.lang.Object

Implements SML transport layer version 1 Extracts the next SML File from a DataInputStream

Author:
mzillgit

Constructor Summary
SMLMessageExtractor(java.io.DataInputStream inputStream, long timeoutInMillies)
           
 
Method Summary
 byte[] getSmlMessage()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SMLMessageExtractor

public SMLMessageExtractor(java.io.DataInputStream inputStream,
                           long timeoutInMillies)
                    throws java.io.IOException
Throws:
java.io.IOException
Method Detail

getSmlMessage

public byte[] getSmlMessage()
                     throws java.io.IOException
Throws:
java.io.IOException


Copyright © 2011. All Rights Reserved.