(final LameInternalFlags gfc)
| 87 | } |
| 88 | |
| 89 | private void putheader_bits(final LameInternalFlags gfc) { |
| 90 | System.arraycopy(gfc.header[gfc.w_ptr].buf, 0, buf, bufByteIdx, |
| 91 | gfc.sideinfo_len); |
| 92 | bufByteIdx += gfc.sideinfo_len; |
| 93 | totbit += gfc.sideinfo_len * 8; |
| 94 | gfc.w_ptr = (gfc.w_ptr + 1) & (LameInternalFlags.MAX_HEADER_BUF - 1); |
| 95 | } |
| 96 | |
| 97 | /** |
| 98 | * write j bits into the bit stream |