com.atlassian.bitbucket.migration.EntrySource |
Provides access to a single file within an archive.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Apply the
IoFunction to the file represented by this entry and return the result. | |||||||||||
Extract this entry to the specified target.
| |||||||||||
Read the file represented by this entry.
|
Apply the IoFunction
to the file represented by this entry and return the result.
reader | consumes the InputStream for this entry |
---|
reader
IOException |
---|
Extract this entry to the specified target.
target | where this file will be copied |
---|
IOException |
---|
Read the file represented by this entry.
reader | consumes the InputStream for this entry |
---|
IOException |
---|