hep.io.sio
Interface SIOBlock


public interface SIOBlock


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

Method Detail

getBlockName

String getBlockName()
                    throws IOException
Throws:
IOException

getBlockLength

int getBlockLength()
                   throws IOException
Throws:
IOException

getBytesLeft

int getBytesLeft()
                 throws IOException
Throws:
IOException

getVersion

int getVersion()
               throws IOException
Throws:
IOException

getMajorVersion

int getMajorVersion()
                    throws IOException
Throws:
IOException

getMinorVersion

int getMinorVersion()
                    throws IOException
Throws:
IOException

getData

SIOInputStream getData()
                       throws IOException
Throws:
IOException


Copyright © 2000-2007 FreeHEP. All Rights Reserved.