| Package | Description |
|---|---|
| org.jboss.vfs | |
| org.jboss.vfs.spi |
| Modifier and Type | Method and Description |
|---|---|
TempDir |
TempFileProvider.createTempDir(java.lang.String originalName)
Create a temp directory, into which temporary files may be placed.
|
| Modifier and Type | Field and Description |
|---|---|
private TempDir |
JavaZipFileSystem.tempDir |
| Constructor and Description |
|---|
JavaZipFileSystem(java.io.File archiveFile,
TempDir tempDir)
Create a new instance.
|
JavaZipFileSystem(java.lang.String name,
java.io.InputStream inputStream,
TempDir tempDir)
Create a new instance.
|