com.jfx.io
Interface BytesLineListener

All Superinterfaces:
LineListener
All Known Subinterfaces:
ExtendedLineListener

public interface BytesLineListener
extends LineListener

Created by IntelliJ IDEA. User: user Date: 21/10/2005 Time: 23:14:41 To change this template use File | Settings | File Templates.


Method Summary
 int getMaxLineSize()
           
 void onLine(int lineNb, java.nio.ByteBuffer line)
           
 
Methods inherited from interface com.jfx.io.LineListener
onLine
 

Method Detail

onLine

void onLine(int lineNb,
            java.nio.ByteBuffer line)
Parameters:
lineNb - starts from 1
line - content

getMaxLineSize

int getMaxLineSize()


Copyright © 2008-2009 Roman Gerasimenko.