Package com.levigo.jadice.server.vcf
Class Util
- java.lang.Object
-
- com.levigo.jadice.server.vcf.Util
-
public class Util extends Object
-
-
Constructor Summary
Constructors Constructor Description Util()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description protected static int
determineFileName(Stream vcfStream, int partNumber, int parts, StreamDescriptor streamDescriptor)
protected static org.apache.velocity.app.VelocityEngine
initVelocityEngine(String vcardResourcePath)
-
-
-
Method Detail
-
initVelocityEngine
protected static org.apache.velocity.app.VelocityEngine initVelocityEngine(String vcardResourcePath) throws IOException
- Throws:
IOException
-
determineFileName
protected static int determineFileName(Stream vcfStream, int partNumber, int parts, StreamDescriptor streamDescriptor)
-
-