Package adams.core
Interface BufferSupporter
-
- All Known Implementing Classes:
AbstractSingleDecompress
,DownloadContent
,DownloadFile
,DumpFile
,GUNZIP
,UnBzip2
,UnLzf
,UnLzma
,UnXz
,UnZstd
,WekaInstanceDumper
public interface BufferSupporter
Interface for classes that support a buffer size.- Version:
- $Revision$
- Author:
- FracPete (fracpete at waikato dot ac dot nz)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
bufferSizeTipText()
Returns the tip text for this property.int
getBufferSize()
Returns the size of the buffer.void
setBufferSize(int value)
Sets the size of the buffer.
-
-
-
Method Detail
-
setBufferSize
void setBufferSize(int value)
Sets the size of the buffer.- Parameters:
value
- the size
-
getBufferSize
int getBufferSize()
Returns the size of the buffer.- Returns:
- the size
-
bufferSizeTipText
String bufferSizeTipText()
Returns the tip text for this property.- Returns:
- tip text for this property suitable for displaying in the GUI or for listing the options.
-
-