hep.lcd.io.sio
Interface SIOBlock


public interface SIOBlock


Method Summary
 int getBlockLength()
           
 String getBlockName()
           
 SIOInputStream getData()
           
 int getMajorVersion()
           
 int getMinorVersion()
           
 int getVersion()
           
 

Method Detail

getBlockName

public String getBlockName()
                    throws IOException

getBlockLength

public int getBlockLength()
                   throws IOException

getVersion

public int getVersion()
               throws IOException

getMajorVersion

public int getMajorVersion()
                    throws IOException

getMinorVersion

public int getMinorVersion()
                    throws IOException

getData

public SIOInputStream getData()
                       throws IOException


The LCD Group