Package com.mpatric.mp3agic
Class FileWrapper
java.lang.Object
com.mpatric.mp3agic.FileWrapper
- Direct Known Subclasses:
Mp3File
public class FileWrapper extends Object
-
Field Summary
Fields Modifier and Type Field Description protected long
lastModified
protected long
length
protected Path
path
-
Constructor Summary
Constructors Modifier Constructor Description protected
FileWrapper()
FileWrapper(File file)
FileWrapper(String filename)
FileWrapper(Path path)
-
Method Summary
Modifier and Type Method Description String
getFilename()
long
getLastModified()
long
getLength()
-
Field Details
-
path
-
length
protected long length -
lastModified
protected long lastModified
-
-
Constructor Details
-
FileWrapper
protected FileWrapper() -
FileWrapper
- Throws:
IOException
-
FileWrapper
- Throws:
IOException
-
FileWrapper
- Throws:
IOException
-
-
Method Details
-
getFilename
-
getLength
public long getLength() -
getLastModified
public long getLastModified()
-