package com.google.android.m4b.maps.bp;

import java.nio.ByteBuffer;
import java.nio.ByteOrder;
import java.nio.IntBuffer;
import java.nio.ShortBuffer;

public final class j
{
  private ByteBuffer a;
  private ShortBuffer b;
  private IntBuffer c;

  public final ByteBuffer a()
  {
    if (this.a == null)
    {
      this.a = ByteBuffer.allocateDirect(196608);
      this.a.order(ByteOrder.nativeOrder());
    }
    this.a.position(0);
    this.a.limit(196608);
    return this.a;
  }

  public final ShortBuffer b()
  {
    if (this.b == null)
      this.b = a().asShortBuffer();
    this.b.position(0);
    this.b.limit(98304);
    return this.b;
  }

  public final IntBuffer c()
  {
    if (this.c == null)
      this.c = a().asIntBuffer();
    this.c.position(0);
    this.c.limit(49152);
    return this.c;
  }
}

/* Location:           C:\Documents and Settings\Cesar Cabello Cea\Mis documentos\Downloads\apk-downloader\com.ikea.kompis-6_dex2jar.jar
 * Qualified Name:     com.google.android.m4b.maps.bp.j
 * JD-Core Version:    0.6.2
 */