|
Oracle Fusion Middleware Java API Reference for Oracle ADF Data Visualization Components 11g Release 1 (11.1.1.1.0) E12063-02 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectoracle.dss.util.xdo.template.flash.BMSearch
public class BMSearch
BM search routines
Constructor Summary | |
---|---|
BMSearch()
|
Method Summary | |
---|---|
static boolean |
search(java.io.InputStream in,
java.lang.String keyword)
Search keyword in the specified input stream and returns true if the specified keyword is found. |
static boolean |
search(RandomAccessFileOrMemory in,
java.lang.String keyword)
Search keyword in the specified input stream and returns true if the specified keyword is found. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BMSearch()
Method Detail |
---|
public static boolean search(RandomAccessFileOrMemory in, java.lang.String keyword) throws java.io.IOException
in
- keyword
- keyword must be ISO-8859-1
java.io.IOException
public static boolean search(java.io.InputStream in, java.lang.String keyword) throws java.io.IOException
in
- keyword
- keyword must be ISO-8859-1
java.io.IOException
|
Oracle Fusion Middleware Java API Reference for Oracle ADF Data Visualization Components 11g Release 1 (11.1.1.1.0) E12063-02 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |