Home | History | Annotate | Download | only in nio

Lines Matching refs:isReadOnly

49     HeapLongBuffer(int cap, int lim, boolean isReadOnly) {            // package-private
51 this.isReadOnly = isReadOnly;
58 HeapLongBuffer(long[] buf, int off, int len, boolean isReadOnly) { // package-private
60 this.isReadOnly = isReadOnly;
71 int off, boolean isReadOnly) {
73 this.isReadOnly = isReadOnly;
83 isReadOnly);
93 isReadOnly);
131 public boolean isReadOnly() {
132 return isReadOnly;
136 if (isReadOnly) {
144 if (isReadOnly) {
152 if (isReadOnly) {
164 if (isReadOnly) {
191 if (isReadOnly) {