Home | History | Annotate | Download | only in nio

Lines Matching refs:isReadOnly

58     HeapDoubleBuffer(int cap, int lim, boolean isReadOnly) {            // package-private
60 this.isReadOnly = isReadOnly;
63 HeapDoubleBuffer(double[] buf, int off, int len, boolean isReadOnly) { // package-private
65 this.isReadOnly = isReadOnly;
70 int off, boolean isReadOnly) {
72 this.isReadOnly = isReadOnly;
83 isReadOnly);
93 isReadOnly);
130 public boolean isReadOnly() {
131 return isReadOnly;
135 if (isReadOnly) {
143 if (isReadOnly) {
151 if (isReadOnly) {
166 if (isReadOnly) {
191 if (isReadOnly) {