VTT Java
2010 Version

gov.nih.nlm.nls.vtt.Api
Class VttCheckApi

java.lang.Object
  extended by gov.nih.nlm.nls.vtt.Api.VttCheckApi

public class VttCheckApi
extends java.lang.Object

This class is the VTT file format checker Java API class.

History:

Version:
V-2010
Author:
NLM NLS Development Team, clu

Method Summary
static boolean ReadFromFile(java.io.File inFile)
          Read text, tags, markups of Vtt Document from a file.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

ReadFromFile

public static boolean ReadFromFile(java.io.File inFile)
Read text, tags, markups of Vtt Document from a file. This method is similar to VttDocument.ReadFromFile() except it does not create GUI VTT.

Returns:
true if the input file contains legal format of Vtt document data

VTT Java
2010 Version

Submit a bug or feature

Copyright © 2010 National Library of Medicine