|
Rational Developer for Power Systems Software V7.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.ibm.etools.iseries.services.ifs.files.FileSequenceNumberChecker
public class FileSequenceNumberChecker
A helper class which checks the sequence number of an i5/OS native source member.
Field Summary | |
---|---|
static String |
copyright
|
static int |
SEQUENCE_FALSE
|
static int |
SEQUENCE_TRUE
|
static int |
SEQUENCE_UNKNOWN
|
Constructor Summary | |
---|---|
FileSequenceNumberChecker()
|
Method Summary | |
---|---|
static int |
hasSequenceNumbers(File file)
Inspects the content of a file in order to determine whether the stream contains sequence numbers. |
static int |
hasSequenceNumbers(InputStream inputStream)
Inspects the content of a stream in order to determine whether the stream contains sequence numbers. |
static int |
hasSequenceNumbers(InputStream inputStream,
String encoding)
Inspects the content of a stream in order to determine whether the stream contains sequence numbers. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static String copyright
public static final int SEQUENCE_UNKNOWN
public static final int SEQUENCE_FALSE
public static final int SEQUENCE_TRUE
Constructor Detail |
---|
public FileSequenceNumberChecker()
Method Detail |
---|
public static int hasSequenceNumbers(File file)
public static int hasSequenceNumbers(InputStream inputStream)
public static int hasSequenceNumbers(InputStream inputStream, String encoding)
|
Rational Developer for Power Systems Software V7.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |