메소드 | 설명 | |
---|---|---|
CreateChunkingInstance ( |
This method is used to create the instance of AbstractChunking.
|
|
CreateChunkingInstance ( byte fileContent ) : |
This method is used to create the instance of AbstractChunking.
|
|
CreateChunkingInstance ( byte fileContent, ChunkingMethod chunkingMethod ) : |
This method is used to create the instance of AbstractChunking.
|
메소드 | 설명 | |
---|---|---|
ChunkingFactory ( ) : System |
Prevents a default instance of the ChunkingFactory class from being created
|
public static CreateChunkingInstance ( |
||
nodeObject | Specify the root node object. | |
리턴 |
public static CreateChunkingInstance ( byte fileContent ) : |
||
fileContent | byte | The content of the file. |
리턴 |
public static CreateChunkingInstance ( byte fileContent, ChunkingMethod chunkingMethod ) : |
||
fileContent | byte | The content of the file. |
chunkingMethod | ChunkingMethod | The type of chunking methods. |
리턴 |