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 longlastModifiedprotected longlengthprotected Pathpath -
Constructor Summary
Constructors Modifier Constructor Description protectedFileWrapper()FileWrapper(File file)FileWrapper(String filename)FileWrapper(Path path) -
Method Summary
Modifier and Type Method Description StringgetFilename()longgetLastModified()longgetLength()
-
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()
-