Package org.apache.sysds.runtime.io
Class ReadProperties
- java.lang.Object
 - 
- org.apache.sysds.runtime.io.ReadProperties
 
 
- 
public class ReadProperties extends Object
 
- 
- 
Field Summary
Fields Modifier and Type Field Description intblenlongclenlongexpectedNnzTypes.FileFormatfmtFileFormatPropertiesformatPropertiesbooleanlocalFSStringpathlongrlen 
- 
Constructor Summary
Constructors Constructor Description ReadProperties() 
 - 
 
- 
- 
Field Detail
- 
path
public String path
 
- 
rlen
public long rlen
 
- 
clen
public long clen
 
- 
blen
public int blen
 
- 
expectedNnz
public long expectedNnz
 
- 
fmt
public Types.FileFormat fmt
 
- 
localFS
public boolean localFS
 
- 
formatProperties
public FileFormatProperties formatProperties
 
 - 
 
 -