Class IdentifiedFile
- java.lang.Object
-
- io.github.mkoncek.classpathless.api.IdentifiedFile
-
- Direct Known Subclasses:
IdentifiedBytecode,IdentifiedSource
public class IdentifiedFile extends Object
-
-
Constructor Summary
Constructors Constructor Description IdentifiedFile(ClassIdentifier classIdentifier, byte[] file)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)ClassIdentifiergetClassIdentifier()byte[]getFile()inthashCode()StringtoString()
-
-
-
Constructor Detail
-
IdentifiedFile
public IdentifiedFile(ClassIdentifier classIdentifier, byte[] file)
-
-
Method Detail
-
getClassIdentifier
public ClassIdentifier getClassIdentifier()
-
getFile
public byte[] getFile()
-
-