Package app.babylon.table.io
Class HeaderStrategyAuto
java.lang.Object
app.babylon.table.io.HeaderStrategyAuto
- All Implemented Interfaces:
HeaderStrategy
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondetectFoundHeaders(RowStreamMarkable rowStream, Csv.ReadSettings readSettings) intMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface app.babylon.table.io.HeaderStrategy
detect
-
Constructor Details
-
HeaderStrategyAuto
public HeaderStrategyAuto() -
HeaderStrategyAuto
public HeaderStrategyAuto(int scanLimit)
-
-
Method Details
-
getScanLimit
public int getScanLimit()- Specified by:
getScanLimitin interfaceHeaderStrategy
-
detectFoundHeaders
public HeaderDetection detectFoundHeaders(RowStreamMarkable rowStream, Csv.ReadSettings readSettings) throws IOException - Specified by:
detectFoundHeadersin interfaceHeaderStrategy- Throws:
IOException
-