Class ByteRuntimeIndex.ByteArrayKey
- java.lang.Object
-
- org.wildfly.experimental.api.classpath.index.ByteRuntimeIndex.ByteArrayKey
-
- Enclosing class:
- ByteRuntimeIndex
public static class ByteRuntimeIndex.ByteArrayKey extends Object
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringconvertBytesToString(ReusableStreams reusableStreams)static ByteRuntimeIndex.ByteArrayKeycreate(byte[] arr, int start, int length)booleanequals(Object o)inthashCode()
-
-
-
Method Detail
-
create
public static ByteRuntimeIndex.ByteArrayKey create(byte[] arr, int start, int length)
-
convertBytesToString
public String convertBytesToString(ReusableStreams reusableStreams) throws IOException
- Throws:
IOException
-
-