|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.openstreetmap.osmosis.core.xml.common.CompressionMethodDeriver
public class CompressionMethodDeriver
A utility class for deriving the appropriate compression method based on the file extension.
Constructor Summary | |
---|---|
CompressionMethodDeriver()
|
Method Summary | |
---|---|
CompressionMethod |
deriveCompressionMethod(java.lang.String fileName)
Determines the appropriate compression method for a file based upon the file extension. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CompressionMethodDeriver()
Method Detail |
---|
public CompressionMethod deriveCompressionMethod(java.lang.String fileName)
fileName
- The name of the file.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |