hs-java-0.3.4: Java .class files assembler/disassembler

Safe HaskellNone

Java.JAR.Archive

Description

This module defines functions to read Java JAR files.

Synopsis

Documentation

readJAREntry :: Enum a => FilePath -> String -> IO (Maybe [a])Source

readAllJAR :: FilePath -> IO [Tree CPEntry]Source

Read all entires from JAR file

readFromJAR :: FilePath -> FilePath -> IO (Class Direct)Source

Read one class from JAR file