mirror of
https://github.com/clearlinux/uwsgi.git
synced 2026-09-06 21:51:30 +00:00
added readLine featute to jvm input
This commit is contained in:
@@ -8,6 +8,7 @@ public class uwsgi {
|
||||
public static class RequestBody extends InputStream {
|
||||
public native int read();
|
||||
public native int read(byte[] b);
|
||||
public native int readLine(byte[] b);
|
||||
public native int available();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user