fileData.put(name0, (String) t + "\n");
return name0;
}
bis = new BufferedInputStream((InputStream) t, 8192);
if (CompoundDocument.isCompoundDocument(bis)) {
CompoundDocument doc = new CompoundDocument(bis);
doc.getAllData(name.replace('\\', '/'), "Molecule", fileData);
} else if (ZipUtil.isZipFile(bis)) {
ZipUtil.getAllData(bis, subFileList, name.replace('\\', '/'), "Molecule", fileData);
} else if (asBinaryString) {
// used for Spartan binary file reading
BinaryDocument bd = new BinaryDocument();