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 boolean
equals(Object o)
ClassIdentifier
getClassIdentifier()
byte[]
getFile()
int
hashCode()
String
toString()
-
-
-
Constructor Detail
-
IdentifiedFile
public IdentifiedFile(ClassIdentifier classIdentifier, byte[] file)
-
-
Method Detail
-
getClassIdentifier
public ClassIdentifier getClassIdentifier()
-
getFile
public byte[] getFile()
-
-