public class DataFileInfo
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
DataFileInfo.eFileType |
Modifier and Type | Field and Description |
---|---|
protected boolean |
bGZipped |
protected static java.lang.String |
GFFV3Marker |
protected DataFileInfo.eFileType |
type |
Constructor and Description |
---|
DataFileInfo(java.io.File file,
VioletApp app) |
DataFileInfo(java.lang.String file_name,
VioletApp app)
Open and analyze file to find out what type it is
and if it requires sub-sampling
Called by background (from server) loader
|
Modifier and Type | Method and Description |
---|---|
DataFileInfo.eFileType |
getFileType() |
java.lang.String |
getFileTypeAsString() |
boolean |
getGZipped() |
protected void |
lookIntoFile(java.lang.String file_name,
VioletApp app) |
protected static final java.lang.String GFFV3Marker
protected DataFileInfo.eFileType type
protected boolean bGZipped
public DataFileInfo(java.lang.String file_name, VioletApp app)
public DataFileInfo(java.io.File file, VioletApp app)
protected void lookIntoFile(java.lang.String file_name, VioletApp app)
file_name
- app
- public DataFileInfo.eFileType getFileType()
public boolean getGZipped()
public java.lang.String getFileTypeAsString()
Copyright © 2010-2014 Pacific Biosciences. All Rights Reserved.