Class ObjectTransfer
java.lang.Object
de.sfuhrm.openssl4j.ObjectTransfer
Transfers the object files from the JAR file
to a temporary directory. The temporary directory
will be deleted when the JVM shuts down.
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe libraries copies.private final PathThe destination temporary directory. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate static Stringprivate static String(package private) static StringtoLibraryName(String name) (package private) final voidprivate voidtransferTo(InputStream inputStream, Path targetFile)
-
Field Details
-
targetDirectory
The destination temporary directory. -
libraries
-
-
Constructor Details
-
ObjectTransfer
ObjectTransfer() throws IOException- Throws:
IOException
-
-
Method Details
-
getOsName
-
getArchName
-
toLibraryName
-
getObjectFiles
-
transfer
- Throws:
IOException
-
transferTo
- Throws:
IOException
-