Package org.jmol.io
Class JmolUtil
java.lang.Object
org.jmol.io.JmolUtil
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetAtomSetCollectionOrBufferedReaderFromZip
(Viewer vwr, InputStream is, String fileName, String[] zipDirectory, Map<String, Object> htParams, int subFilePtr, boolean asBufferedReader) A rather complicated means of reading a ZIP file, which could be a single file, or it could be a manifest-organized file, or it could be a Spartan directory.byte[]
getCachedPngjBytes
(FileManager fm, String pathName)
-
Constructor Details
-
JmolUtil
public JmolUtil()
-
-
Method Details
-
getImage
-
getAtomSetCollectionOrBufferedReaderFromZip
public Object getAtomSetCollectionOrBufferedReaderFromZip(Viewer vwr, InputStream is, String fileName, String[] zipDirectory, Map<String, Object> htParams, int subFilePtr, boolean asBufferedReader) A rather complicated means of reading a ZIP file, which could be a single file, or it could be a manifest-organized file, or it could be a Spartan directory.- Parameters:
vwr
-is
-fileName
-zipDirectory
-htParams
-subFilePtr
-asBufferedReader
-- Returns:
- a single atomSetCollection
-
getCachedPngjBytes
-