Searched defs:sig (Results 1 - 2 of 2) sorted by relevance

/opengrok-sun/src/org/opensolaris/opengrok/analysis/
H A DAnalyzerGuru.java513 String sig = new String(chars);
515 FileAnalyzerFactory a = magics.get(sig);
520 if (sig.startsWith(entry.getKey())) {
547 * @param sig a sequence of bytes from which to remove the BOM
551 public static String stripBOM(byte[] sig) throws IOException { argument
555 if (sig.length > bom.length) {
557 while (i < bom.length && sig[i] == bom[i]) {
563 sig,
565 sig.length - bom.length, // length
/opengrok-sun/lib/
H A Dbcel-5.2.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/bcel/ org/apache/bcel/classfile/ ...

Completed in 526 milliseconds