ZStream.java | ZStream.java | |||
---|---|---|---|---|
skipping to change at line 371 | skipping to change at line 371 | |||
} | } | |||
public long getTotalIn(){ | public long getTotalIn(){ | |||
return total_in; | return total_in; | |||
} | } | |||
public String getMessage(){ | public String getMessage(){ | |||
return msg; | return msg; | |||
} | } | |||
/** | // Those methods are expected to be override by Inflater and Deflater. | |||
* Those methods are expected to be override by Inflater and Deflater. | // In the future, they will become abstract methods. | |||
* In the future, they will become abstract methods. | ||||
*/ | ||||
public int end(){ return Z_OK; } | public int end(){ return Z_OK; } | |||
public boolean finished(){ return false; } | public boolean finished(){ return false; } | |||
} | } | |||
End of changes. 1 change blocks. | ||||
4 lines changed or deleted | 2 lines changed or added | |||
This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/ |