Package org.rusherhack.client.api.utils
Class BufferUtils
java.lang.Object
org.rusherhack.client.api.utils.BufferUtils
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic ByteBuffer
fileToByteBuffer
(File file) static ByteBuffer
inputStreamToByteBuffer
(InputStream inputStream) static ByteBuffer
resourceToByteBuffer
(ClassLoader cl, String resource)
-
Constructor Details
-
BufferUtils
public BufferUtils()
-
-
Method Details
-
fileToByteBuffer
- Throws:
IOException
-
resourceToByteBuffer
- Throws:
IOException
-
inputStreamToByteBuffer
- Throws:
IOException
-