Home | History | Annotate | Download | only in entity

Lines Matching refs:chunked

74      * The 'chunked' flag.
78 protected boolean chunked;
115 * Obtains the 'chunked' flag.
117 * {@link #chunked chunked} attribute.
119 * @return the 'chunked' flag
122 return this.chunked;
185 * Specifies the 'chunked' flag.
187 * {@link #chunked chunked} attribute.
189 * @param b the new 'chunked' flag
192 this.chunked = b;