Uses of Class
eu.clarin.weblicht.wlfxb.xb.WLData
-
Packages that use WLData Package Description eu.clarin.weblicht.wlfxb.io Provides classes to input/process/output TCF streams with only specified annotations being loaded into the memory. -
-
Uses of WLData in eu.clarin.weblicht.wlfxb.io
Methods in eu.clarin.weblicht.wlfxb.io that return WLData Modifier and Type Method Description static WLDataWLDObjector. read(File file)static WLDataWLDObjector. read(InputStream inputStream)static WLDataWLDObjector. read(Reader reader)Methods in eu.clarin.weblicht.wlfxb.io with parameters of type WLData Modifier and Type Method Description static voidWLDObjector. write(WLData wlData, File file)static voidWLDObjector. write(WLData wlData, File file, boolean outputAsXmlFragment)static voidWLDObjector. write(WLData wlData, OutputStream outputStream)static voidWLDObjector. write(WLData wlData, OutputStream outputStream, boolean outputAsXmlFragment)
-