Package org.burningwave.core.io
Interface Streams
public interface Streams
-
Method Summary
Modifier and TypeMethodDescriptionvoidcopy(InputStream input, OutputStream output) static Streamscreate()voidfeelPropertiesMap(InputStream inputStream, Map<?, ?> map) voidfeelPropertiesMap(Supplier<InputStream> inputStreamSupplier, Map<?, ?> map) getAsStringBuffer(InputStream inputStream) booleanbooleanbooleanisArchive(ByteBuffer bytes) booleanbooleanisClass(ByteBuffer bytes) booleanisJModArchive(File file) booleanisJModArchive(ByteBuffer bytes) store(String fileAbsolutePath, ByteBuffer bytes) byte[]toByteArray(InputStream inputStream) toByteBuffer(InputStream inputStream) toByteBuffer(InputStream inputStream, int size)
-
Method Details
-
create
-
isArchive
- Throws:
IOException
-
isJModArchive
- Throws:
IOException
-
isClass
- Throws:
IOException
-
isArchive
-
isJModArchive
-
isClass
-
is
- Throws:
IOException
-
toByteArray
-
toByteBuffer
-
toByteBuffer
-
feelPropertiesMap
-
feelPropertiesMap
-
getAsStringBuffer
-
copy
-
store
-
store
-