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:
|
Constructor Summary |
SnipFile()
|
SnipFile(java.lang.String file)
|
SnipFile(java.lang.String file,
int startNum)
|
SnipFile(java.lang.String file,
int startNum,
int endNum)
|
| Methods inherited from class java.lang.Object |
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
filename
java.lang.String filename
start
int start
end
int end
include50
boolean include50
include52
boolean include52
desiredStartTime
IstiEpoch desiredStartTime
desiredEndTime
IstiEpoch desiredEndTime
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)
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)