void org.eclipse.ui.console.IOConsole.setWaterMarks(int low, int high)
Sets the text buffer size for this console. The high water mark indicates the maximum number of characters stored in the buffer. The low water mark indicates the number of characters remaining in the buffer when the high water mark is exceeded.
Parameters:low the number of characters remaining in the buffer when the high water mark is exceeded (if -1 the console does not limit output)high the maximum number of characters this console will cache in its text buffer (if -1 the console does not limit output)Throws:IllegalArgumentException - if low >= high & low != -1
반응형
'SW Programming > JAVA' 카테고리의 다른 글
NativeMemoryTracking, JAVA에서 네이티브 메모리 확인하고 싶을 때 (0) | 2021.05.14 |
---|---|
JVM에서 동작하는 SW 정보 보고싶을때... VisualVM (0) | 2020.12.08 |
(가독성 높히자)JAVA Modifier 순서, Access Modifier 등 (0) | 2020.10.27 |
(JAVA) Resources should be closed. /"close()" calls should not be redundant. (0) | 2020.10.05 |
댓글