com.isti.shape
Class SnipFile

java.lang.Object
  |
  +--com.isti.shape.SnipFile

public class SnipFile
extends java.lang.Object

Title:

Description: p

Copyright: Copyright (c) 2003

Company:


Field Summary
(package private)  IstiEpoch desiredEndTime
           
(package private)  IstiEpoch desiredStartTime
           
(package private)  int end
           
(package private)  java.lang.String filename
           
(package private)  boolean include50
           
(package private)  boolean include52
           
(package private)  int start
           
 
Constructor Summary
SnipFile()
           
SnipFile(java.lang.String file)
           
SnipFile(java.lang.String file, int startNum)
           
SnipFile(java.lang.String file, int startNum, int endNum)
           
 
Method Summary
 int getEnd()
           
 java.lang.String getFilename()
           
 int getMaxBlockette()
           
 int getMinBlockette()
           
 int getStart()
           
static void main(java.lang.String[] args)
           
 Snippet parseSnippets()
          once the SnipFile item is set up, this method will then go through the file and create all the desired snippets.
 Snippet parseSnippets(Snippet parent, java.util.Vector initVect)
          once the SnipFile item is set up, this method will then go through the file and create all the desired snippets.
 Snippet parseSnippetsB50parent(Snippet parent)
          once the SnipFile item is set up, this method will then go through the file and create all the desired snippets.
 void setDesiredEndTime(IstiEpoch desiredEndTime)
           
 void setDesiredStartTime(IstiEpoch desiredStartTime)
           
 void setEnd(int end)
           
 void setFilename(java.lang.String filename)
           
 void setMaxBlockette(int maxBlockette)
           
 void setMinBlockette(int minBlockette)
           
 void setStart(int start)
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

filename

java.lang.String filename

start

int start

end

int end

include50

boolean include50

include52

boolean include52

desiredStartTime

IstiEpoch desiredStartTime

desiredEndTime

IstiEpoch desiredEndTime
Constructor Detail

SnipFile

public SnipFile()

SnipFile

public SnipFile(java.lang.String file)

SnipFile

public SnipFile(java.lang.String file,
                int startNum)

SnipFile

public SnipFile(java.lang.String file,
                int startNum,
                int endNum)
Method Detail

main

public static void main(java.lang.String[] args)

getEnd

public int getEnd()

getFilename

public java.lang.String getFilename()

getStart

public int getStart()

setStart

public void setStart(int start)

setFilename

public void setFilename(java.lang.String filename)

setEnd

public void setEnd(int end)

parseSnippets

public Snippet parseSnippets()
                      throws java.io.FileNotFoundException,
                             SnippetLinkException
once the SnipFile item is set up, this method will then go through the file and create all the desired snippets.
Returns:
 

parseSnippets

public Snippet parseSnippets(Snippet parent,
                             java.util.Vector initVect)
                      throws java.io.FileNotFoundException,
                             SnippetLinkException,
                             java.text.ParseException
once the SnipFile item is set up, this method will then go through the file and create all the desired snippets.

parseSnippetsB50parent

public Snippet parseSnippetsB50parent(Snippet parent)
                               throws java.io.FileNotFoundException,
                                      SnippetLinkException
once the SnipFile item is set up, this method will then go through the file and create all the desired snippets.

setMinBlockette

public void setMinBlockette(int minBlockette)

getMinBlockette

public int getMinBlockette()

setMaxBlockette

public void setMaxBlockette(int maxBlockette)

getMaxBlockette

public int getMaxBlockette()

setDesiredEndTime

public void setDesiredEndTime(IstiEpoch desiredEndTime)

setDesiredStartTime

public void setDesiredStartTime(IstiEpoch desiredStartTime)